Html Css Color HEX #036825 Crusoe

📋 copy color: '#036825'

red 3 ◦ green 104 ◦ blue 37

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

Shades of Crusoe #036825

Tints of Crusoe #036825

RGB

 RED value IS 3 (1.56% from 255) = 2.08%

 GREEN value IS 104 (41.02% from 255) = 72.22%

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

R = 2.08%
G = 72.22%
B = 25.69%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.64

 K value IS 0.59

RGB Variations

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

Color information

#036825 (or 0x036825) is known color: Crusoe. HEX triplet: 03, 68 and 25. RGB value is (3,104,37). Sum of RGB (Red+Green+Blue) = 3+104+37=144 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.08% from 144); Green value is 104 (41.02% from 255 or 72.22% from 144); Blue value is 37 (14.84% from 255 or 25.69% from 144); Max value from RGB is 104 - color contains mainly: green. Hex color #036825 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036825 is #FC97DA. Grayscale: #424242. Windows color (decimal): -16553947 or 2451459. OLE color: 2451459.

HSL color Cylindrical-coordinate representation of color #036825: hue angle of 140.2º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036825 is Cyan = 0.97, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.59.

Color convert

RGB 3 104 37 -
CMYK 0.97 0 0.64 0.59
HSL 140.2º 0.94% 0.21% -
HSV(B) 140.2º 0.97% 0.41% -
XYZ 5.32 10.05 3.41 -
YUV 66.16 111.54 82.95 -
System Red Green Blue C M Y K H S L
Decimal 3 104 37 0.97 0 0.64 0.59 140.2 0.94 0.21
Hex 3 68 25 61 0 40 3B 8C 5E 15
Octal 3 150 45 141 0 100 73 214 136 25
Binary 11 1101000 100101 1100001 0 1000000 111011 10001100 1011110 10101

Color Harmonies of #036825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036825

Black with #036825

Text Example


Text Example

White with #036825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036825; }

 p { color: rgb(3,104,37); }

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

background-color css

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

 a { background-color: rgb(3,104,37); }

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

border-color css

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

 span { border-color: rgb(3,104,37); }

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