Html Css Color HEX #065531 Crusoe

📋 copy color: '#065531'

red 6 ◦ green 85 ◦ blue 49

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

Shades of Crusoe #065531

Tints of Crusoe #065531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 35%

R = 4.29%
G = 60.71%
B = 35%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#065531 (or 0x065531) is known color: Crusoe. HEX triplet: 06, 55 and 31. RGB value is (6,85,49). Sum of RGB (Red+Green+Blue) = 6+85+49=140 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.29% from 140); Green value is 85 (33.59% from 255 or 60.71% from 140); Blue value is 49 (19.53% from 255 or 35% from 140); Max value from RGB is 85 - color contains mainly: green. Hex color #065531 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065531 is #F9AACE. Grayscale: #393939. Windows color (decimal): -16362191 or 3233030. OLE color: 3233030.

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

Color convert

RGB 6 85 49 -
CMYK 0.93 0 0.42 0.67
HSL 152.66º 0.87% 0.18% -
HSV(B) 152.66º 0.93% 0.33% -
XYZ 3.88 6.76 4.01 -
YUV 57.28 123.33 91.43 -
System Red Green Blue C M Y K H S L
Decimal 6 85 49 0.93 0 0.42 0.67 152.66 0.87 0.18
Hex 6 55 31 5D 0 2A 43 99 57 12
Octal 6 125 61 135 0 52 103 231 127 22
Binary 110 1010101 110001 1011101 0 101010 1000011 10011001 1010111 10010

Color Harmonies of #065531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065531

Black with #065531

Text Example


Text Example

White with #065531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065531; }

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

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

background-color css

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

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

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

border-color css

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

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

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