Html Css Color HEX #046C1B Crusoe

📋 copy color: '#046C1B'

red 4 ◦ green 108 ◦ blue 27

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

Shades of Crusoe #046C1B

Tints of Crusoe #046C1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 19.42%

R = 2.88%
G = 77.7%
B = 19.42%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.75

 K value IS 0.58

RGB Variations

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

Color information

#046C1B (or 0x046C1B) is known color: Crusoe. HEX triplet: 04, 6C and 1B. RGB value is (4,108,27). Sum of RGB (Red+Green+Blue) = 4+108+27=139 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.88% from 139); Green value is 108 (42.58% from 255 or 77.70% from 139); Blue value is 27 (10.94% from 255 or 19.42% from 139); Max value from RGB is 108 - color contains mainly: green. Hex color #046C1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046C1B is #FB93E4. Grayscale: #434343. Windows color (decimal): -16487397 or 1797124. OLE color: 1797124.

HSL color Cylindrical-coordinate representation of color #046C1B: hue angle of 133.27º 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 #046C1B is Cyan = 0.96, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.58.

Color convert

RGB 4 108 27 -
CMYK 0.96 0 0.75 0.58
HSL 133.27º 0.93% 0.22% -
HSV(B) 133.27º 0.96% 0.42% -
XYZ 5.61 10.83 2.83 -
YUV 67.67 105.04 82.59 -
System Red Green Blue C M Y K H S L
Decimal 4 108 27 0.96 0 0.75 0.58 133.27 0.93 0.22
Hex 4 6C 1B 60 0 4B 3A 85 5D 16
Octal 4 154 33 140 0 113 72 205 135 26
Binary 100 1101100 11011 1100000 0 1001011 111010 10000101 1011101 10110

Color Harmonies of #046C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046C1B

Black with #046C1B

Text Example


Text Example

White with #046C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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