Html Css Color HEX #046128 Crusoe

📋 copy color: '#046128'

red 4 ◦ green 97 ◦ blue 40

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

Shades of Crusoe #046128

Tints of Crusoe #046128

RGB

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

 GREEN value IS 97 (38.28% from 255) = 68.79%

 BLUE value IS 40 (16.02% from 255) = 28.37%

R = 2.84%
G = 68.79%
B = 28.37%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#046128 (or 0x046128) is known color: Crusoe. HEX triplet: 04, 61 and 28. RGB value is (4,97,40). Sum of RGB (Red+Green+Blue) = 4+97+40=141 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.84% from 141); Green value is 97 (38.28% from 255 or 68.79% from 141); Blue value is 40 (16.02% from 255 or 28.37% from 141); Max value from RGB is 97 - color contains mainly: green. Hex color #046128 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046128 is #FB9ED7. Grayscale: #3E3E3E. Windows color (decimal): -16490200 or 2646276. OLE color: 2646276.

HSL color Cylindrical-coordinate representation of color #046128: hue angle of 143.23º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046128 is Cyan = 0.96, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB 4 97 40 -
CMYK 0.96 0 0.59 0.62
HSL 143.23º 0.92% 0.2% -
HSV(B) 143.23º 0.96% 0.38% -
XYZ 4.71 8.73 3.44 -
YUV 62.7 115.19 86.13 -
System Red Green Blue C M Y K H S L
Decimal 4 97 40 0.96 0 0.59 0.62 143.23 0.92 0.2
Hex 4 61 28 60 0 3B 3E 8F 5C 14
Octal 4 141 50 140 0 73 76 217 134 24
Binary 100 1100001 101000 1100000 0 111011 111110 10001111 1011100 10100

Color Harmonies of #046128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046128

Black with #046128

Text Example


Text Example

White with #046128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046128; }

 p { color: rgb(4,97,40); }

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

background-color css

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

 a { background-color: rgb(4,97,40); }

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

border-color css

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

 span { border-color: rgb(4,97,40); }

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