Html Css Color HEX #046325 Crusoe

📋 copy color: '#046325'

red 4 ◦ green 99 ◦ blue 37

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

Shades of Crusoe #046325

Tints of Crusoe #046325

RGB

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

 GREEN value IS 99 (39.06% from 255) = 70.71%

 BLUE value IS 37 (14.84% from 255) = 26.43%

R = 2.86%
G = 70.71%
B = 26.43%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.63

 K value IS 0.61

RGB Variations

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

Color information

#046325 (or 0x046325) is known color: Crusoe. HEX triplet: 04, 63 and 25. RGB value is (4,99,37). Sum of RGB (Red+Green+Blue) = 4+99+37=140 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.86% from 140); Green value is 99 (39.06% from 255 or 70.71% from 140); Blue value is 37 (14.84% from 255 or 26.43% from 140); Max value from RGB is 99 - color contains mainly: green. Hex color #046325 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046325 is #FB9CDA. Grayscale: #3F3F3F. Windows color (decimal): -16489691 or 2450180. OLE color: 2450180.

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

Color convert

RGB 4 99 37 -
CMYK 0.96 0 0.63 0.61
HSL 140.84º 0.92% 0.2% -
HSV(B) 140.84º 0.96% 0.39% -
XYZ 4.85 9.08 3.25 -
YUV 63.53 113.03 85.54 -
System Red Green Blue C M Y K H S L
Decimal 4 99 37 0.96 0 0.63 0.61 140.84 0.92 0.2
Hex 4 63 25 60 0 3F 3D 8D 5C 14
Octal 4 143 45 140 0 77 75 215 134 24
Binary 100 1100011 100101 1100000 0 111111 111101 10001101 1011100 10100

Color Harmonies of #046325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046325

Black with #046325

Text Example


Text Example

White with #046325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046325; }

 p { color: rgb(4,99,37); }

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

background-color css

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

 a { background-color: rgb(4,99,37); }

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

border-color css

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

 span { border-color: rgb(4,99,37); }

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