Html Css Color HEX #046A1D Crusoe

📋 copy color: '#046A1D'

red 4 ◦ green 106 ◦ blue 29

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

Shades of Crusoe #046A1D

Tints of Crusoe #046A1D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 76.26%

 BLUE value IS 29 (11.72% from 255) = 20.86%

R = 2.88%
G = 76.26%
B = 20.86%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.73

 K value IS 0.58

RGB Variations

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

Color information

#046A1D (or 0x046A1D) is known color: Crusoe. HEX triplet: 04, 6A and 1D. RGB value is (4,106,29). Sum of RGB (Red+Green+Blue) = 4+106+29=139 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.88% from 139); Green value is 106 (41.80% from 255 or 76.26% from 139); Blue value is 29 (11.72% from 255 or 20.86% from 139); Max value from RGB is 106 - color contains mainly: green. Hex color #046A1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046A1D is #FB95E2. Grayscale: #424242. Windows color (decimal): -16487907 or 1927684. OLE color: 1927684.

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

Color convert

RGB 4 106 29 -
CMYK 0.96 0 0.73 0.58
HSL 134.71º 0.93% 0.22% -
HSV(B) 134.71º 0.96% 0.42% -
XYZ 5.43 10.42 2.89 -
YUV 66.72 106.71 83.26 -
System Red Green Blue C M Y K H S L
Decimal 4 106 29 0.96 0 0.73 0.58 134.71 0.93 0.22
Hex 4 6A 1D 60 0 49 3A 87 5D 16
Octal 4 152 35 140 0 111 72 207 135 26
Binary 100 1101010 11101 1100000 0 1001001 111010 10000111 1011101 10110

Color Harmonies of #046A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046A1D

Black with #046A1D

Text Example


Text Example

White with #046A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,106,29); }

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

background-color css

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

 a { background-color: rgb(4,106,29); }

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

border-color css

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

 span { border-color: rgb(4,106,29); }

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