Html Css Color HEX #065426 Crusoe

📋 copy color: '#065426'

red 6 ◦ green 84 ◦ blue 38

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

Shades of Crusoe #065426

Tints of Crusoe #065426

RGB

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

 GREEN value IS 84 (33.2% from 255) = 65.63%

 BLUE value IS 38 (15.23% from 255) = 29.69%

R = 4.69%
G = 65.63%
B = 29.69%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#065426 (or 0x065426) is known color: Crusoe. HEX triplet: 06, 54 and 26. RGB value is (6,84,38). Sum of RGB (Red+Green+Blue) = 6+84+38=128 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.69% from 128); Green value is 84 (33.20% from 255 or 65.62% from 128); Blue value is 38 (15.23% from 255 or 29.69% from 128); Max value from RGB is 84 - color contains mainly: green. Hex color #065426 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065426 is #F9ABD9. Grayscale: #373737. Windows color (decimal): -16362458 or 2511878. OLE color: 2511878.

HSL color Cylindrical-coordinate representation of color #065426: hue angle of 144.62º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065426 is Cyan = 0.93, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB 6 84 38 -
CMYK 0.93 0 0.55 0.67
HSL 144.62º 0.87% 0.18% -
HSV(B) 144.62º 0.93% 0.33% -
XYZ 3.6 6.52 2.9 -
YUV 55.43 118.16 92.74 -
System Red Green Blue C M Y K H S L
Decimal 6 84 38 0.93 0 0.55 0.67 144.62 0.87 0.18
Hex 6 54 26 5D 0 37 43 91 57 12
Octal 6 124 46 135 0 67 103 221 127 22
Binary 110 1010100 100110 1011101 0 110111 1000011 10010001 1010111 10010

Color Harmonies of #065426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065426

Black with #065426

Text Example


Text Example

White with #065426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065426; }

 p { color: rgb(6,84,38); }

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

background-color css

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

 a { background-color: rgb(6,84,38); }

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

border-color css

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

 span { border-color: rgb(6,84,38); }

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