Html Css Color HEX #046C2C Crusoe

📋 copy color: '#046C2C'

red 4 ◦ green 108 ◦ blue 44

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

Shades of Crusoe #046C2C

Tints of Crusoe #046C2C

RGB

 RED value IS 4 (1.95% from 255) = 2.56%

 GREEN value IS 108 (42.58% from 255) = 69.23%

 BLUE value IS 44 (17.58% from 255) = 28.21%

R = 2.56%
G = 69.23%
B = 28.21%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.59

 K value IS 0.58

RGB Variations

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

Color information

#046C2C (or 0x046C2C) is known color: Crusoe. HEX triplet: 04, 6C and 2C. RGB value is (4,108,44). Sum of RGB (Red+Green+Blue) = 4+108+44=156 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.56% from 156); Green value is 108 (42.58% from 255 or 69.23% from 156); Blue value is 44 (17.58% from 255 or 28.21% from 156); Max value from RGB is 108 - color contains mainly: green. Hex color #046C2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046C2C is #FB93D3. Grayscale: #454545. Windows color (decimal): -16487380 or 2911236. OLE color: 2911236.

HSL color Cylindrical-coordinate representation of color #046C2C: hue angle of 143.08º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046C2C is Cyan = 0.96, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.58.

Color convert

RGB 4 108 44 -
CMYK 0.96 0 0.59 0.58
HSL 143.08º 0.93% 0.22% -
HSV(B) 143.08º 0.96% 0.42% -
XYZ 5.87 10.93 4.18 -
YUV 69.61 113.54 81.2 -
System Red Green Blue C M Y K H S L
Decimal 4 108 44 0.96 0 0.59 0.58 143.08 0.93 0.22
Hex 4 6C 2C 60 0 3B 3A 8F 5D 16
Octal 4 154 54 140 0 73 72 217 135 26
Binary 100 1101100 101100 1100000 0 111011 111010 10001111 1011101 10110

Color Harmonies of #046C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046C2C

Black with #046C2C

Text Example


Text Example

White with #046C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046C2C; }

 p { color: rgb(4,108,44); }

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

background-color css

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

 a { background-color: rgb(4,108,44); }

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

border-color css

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

 span { border-color: rgb(4,108,44); }

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