Html Css Color HEX #065D1D Crusoe

📋 copy color: '#065D1D'

red 6 ◦ green 93 ◦ blue 29

#065D1D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusoe #065D1D

Tints of Crusoe #065D1D

RGB

 RED value IS 6 (2.73% from 255) = 4.69%

 GREEN value IS 93 (36.72% from 255) = 72.66%

 BLUE value IS 29 (11.72% from 255) = 22.66%

R = 4.69%
G = 72.66%
B = 22.66%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.69

 K value IS 0.64

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#065D1D (or 0x065D1D) is known color: Crusoe. HEX triplet: 06, 5D and 1D. RGB value is (6,93,29). Sum of RGB (Red+Green+Blue) = 6+93+29=128 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.69% from 128); Green value is 93 (36.72% from 255 or 72.66% from 128); Blue value is 29 (11.72% from 255 or 22.66% from 128); Max value from RGB is 93 - color contains mainly: green. Hex color #065D1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065D1D is #F9A2E2. Grayscale: #3B3B3B. Windows color (decimal): -16360163 or 1924358. OLE color: 1924358.

HSL color Cylindrical-coordinate representation of color #065D1D: hue angle of 135.86º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #065D1D is Cyan = 0.94, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.64.

Color convert

RGB 6 93 29 -
CMYK 0.94 0 0.69 0.64
HSL 135.86º 0.88% 0.19% -
HSV(B) 135.86º 0.94% 0.36% -
XYZ 4.21 7.96 2.48 -
YUV 59.69 110.68 89.7 -
System Red Green Blue C M Y K H S L
Decimal 6 93 29 0.94 0 0.69 0.64 135.86 0.88 0.19
Hex 6 5D 1D 5E 0 45 40 88 58 13
Octal 6 135 35 136 0 105 100 210 130 23
Binary 110 1011101 11101 1011110 0 1000101 1000000 10001000 1011000 10011

Color Harmonies of #065D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065D1D

Black with #065D1D

Text Example


Text Example

White with #065D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065D1D; }

 p { color: rgb(6,93,29); }

 H1.HeaderClassName
 {
   color: #065D1D;
 }
 .AnyTagClassName
 {
   color: #065D1D;
 }
</style>

background-color css

<style>
 a { background-color: #065D1D; }

 a { background-color: rgb(6,93,29); }

 div.DivClassName
 {
   background-color: #065D1D;
 }
 .BgClassName
 {
   background-color: #065D1D;
 }
</style>

border-color css

<style>
 span { border-color: #065D1D; }

 span { border-color: rgb(6,93,29); }

 td.TdClassName
 {
   border-color: #065D1D;
 }
 .TagClassName
 {
   border-color: #065D1D;
 }
</style>