Html Css Color HEX #046D1B Crusoe

📋 copy color: '#046D1B'

red 4 ◦ green 109 ◦ blue 27

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

Shades of Crusoe #046D1B

Tints of Crusoe #046D1B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 77.86%

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

R = 2.86%
G = 77.86%
B = 19.29%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.75

 K value IS 0.57

RGB Variations

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

Color information

#046D1B (or 0x046D1B) is known color: Crusoe. HEX triplet: 04, 6D and 1B. RGB value is (4,109,27). Sum of RGB (Red+Green+Blue) = 4+109+27=140 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.86% from 140); Green value is 109 (42.97% from 255 or 77.86% from 140); Blue value is 27 (10.94% from 255 or 19.29% from 140); Max value from RGB is 109 - color contains mainly: green. Hex color #046D1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046D1B is #FB92E4. Grayscale: #444444. Windows color (decimal): -16487141 or 1797380. OLE color: 1797380.

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

Color convert

RGB 4 109 27 -
CMYK 0.96 0 0.75 0.57
HSL 133.14º 0.93% 0.22% -
HSV(B) 133.14º 0.96% 0.43% -
XYZ 5.72 11.04 2.87 -
YUV 68.26 104.71 82.17 -
System Red Green Blue C M Y K H S L
Decimal 4 109 27 0.96 0 0.75 0.57 133.14 0.93 0.22
Hex 4 6D 1B 60 0 4B 39 85 5D 16
Octal 4 155 33 140 0 113 71 205 135 26
Binary 100 1101101 11011 1100000 0 1001011 111001 10000101 1011101 10110

Color Harmonies of #046D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046D1B

Black with #046D1B

Text Example


Text Example

White with #046D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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