Html Css Color HEX #06542F Crusoe

📋 copy color: '#06542F'

red 6 ◦ green 84 ◦ blue 47

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

Shades of Crusoe #06542F

Tints of Crusoe #06542F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 34.31%

R = 4.38%
G = 61.31%
B = 34.31%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.44

 K value IS 0.67

RGB Variations

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

Color information

#06542F (or 0x06542F) is known color: Crusoe. HEX triplet: 06, 54 and 2F. RGB value is (6,84,47). Sum of RGB (Red+Green+Blue) = 6+84+47=137 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.38% from 137); Green value is 84 (33.20% from 255 or 61.31% from 137); Blue value is 47 (18.75% from 255 or 34.31% from 137); Max value from RGB is 84 - color contains mainly: green. Hex color #06542F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06542F is #F9ABD0. Grayscale: #383838. Windows color (decimal): -16362449 or 3101702. OLE color: 3101702.

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

Color convert

RGB 6 84 47 -
CMYK 0.93 0 0.44 0.67
HSL 151.54º 0.87% 0.18% -
HSV(B) 151.54º 0.93% 0.33% -
XYZ 3.76 6.58 3.76 -
YUV 56.46 122.66 92.01 -
System Red Green Blue C M Y K H S L
Decimal 6 84 47 0.93 0 0.44 0.67 151.54 0.87 0.18
Hex 6 54 2F 5D 0 2C 43 98 57 12
Octal 6 124 57 135 0 54 103 230 127 22
Binary 110 1010100 101111 1011101 0 101100 1000011 10011000 1010111 10010

Color Harmonies of #06542F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06542F

Black with #06542F

Text Example


Text Example

White with #06542F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06542F; }

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

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

background-color css

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

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

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

border-color css

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

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

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