Html Css Color HEX #046C1E Crusoe

📋 copy color: '#046C1E'

red 4 ◦ green 108 ◦ blue 30

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

Shades of Crusoe #046C1E

Tints of Crusoe #046C1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 21.13%

R = 2.82%
G = 76.06%
B = 21.13%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.72

 K value IS 0.58

RGB Variations

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

Color information

#046C1E (or 0x046C1E) is known color: Crusoe. HEX triplet: 04, 6C and 1E. RGB value is (4,108,30). Sum of RGB (Red+Green+Blue) = 4+108+30=142 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.82% from 142); Green value is 108 (42.58% from 255 or 76.06% from 142); Blue value is 30 (12.11% from 255 or 21.13% from 142); Max value from RGB is 108 - color contains mainly: green. Hex color #046C1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046C1E is #FB93E1. Grayscale: #444444. Windows color (decimal): -16487394 or 1993732. OLE color: 1993732.

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

Color convert

RGB 4 108 30 -
CMYK 0.96 0 0.72 0.58
HSL 135º 0.93% 0.22% -
HSV(B) 135º 0.96% 0.42% -
XYZ 5.65 10.84 3.02 -
YUV 68.01 106.54 82.34 -
System Red Green Blue C M Y K H S L
Decimal 4 108 30 0.96 0 0.72 0.58 135 0.93 0.22
Hex 4 6C 1E 60 0 48 3A 87 5D 16
Octal 4 154 36 140 0 110 72 207 135 26
Binary 100 1101100 11110 1100000 0 1001000 111010 10000111 1011101 10110

Color Harmonies of #046C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046C1E

Black with #046C1E

Text Example


Text Example

White with #046C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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