Html Css Color HEX #065527 Crusoe

📋 copy color: '#065527'

red 6 ◦ green 85 ◦ blue 39

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

Shades of Crusoe #065527

Tints of Crusoe #065527

RGB

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

 GREEN value IS 85 (33.59% from 255) = 65.38%

 BLUE value IS 39 (15.63% from 255) = 30%

R = 4.62%
G = 65.38%
B = 30%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#065527 (or 0x065527) is known color: Crusoe. HEX triplet: 06, 55 and 27. RGB value is (6,85,39). Sum of RGB (Red+Green+Blue) = 6+85+39=130 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.62% from 130); Green value is 85 (33.59% from 255 or 65.38% from 130); Blue value is 39 (15.62% from 255 or 30% from 130); Max value from RGB is 85 - color contains mainly: green. Hex color #065527 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065527 is #F9AAD8. Grayscale: #383838. Windows color (decimal): -16362201 or 2577670. OLE color: 2577670.

HSL color Cylindrical-coordinate representation of color #065527: hue angle of 145.06º 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 #065527 is Cyan = 0.93, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.67.

Color convert

RGB 6 85 39 -
CMYK 0.93 0 0.54 0.67
HSL 145.06º 0.87% 0.18% -
HSV(B) 145.06º 0.93% 0.33% -
XYZ 3.69 6.68 3.01 -
YUV 56.14 118.33 92.24 -
System Red Green Blue C M Y K H S L
Decimal 6 85 39 0.93 0 0.54 0.67 145.06 0.87 0.18
Hex 6 55 27 5D 0 36 43 91 57 12
Octal 6 125 47 135 0 66 103 221 127 22
Binary 110 1010101 100111 1011101 0 110110 1000011 10010001 1010111 10010

Color Harmonies of #065527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065527

Black with #065527

Text Example


Text Example

White with #065527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065527; }

 p { color: rgb(6,85,39); }

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

background-color css

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

 a { background-color: rgb(6,85,39); }

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

border-color css

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

 span { border-color: rgb(6,85,39); }

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