Html Css Color HEX #036725 Crusoe

📋 copy color: '#036725'

red 3 ◦ green 103 ◦ blue 37

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

Shades of Crusoe #036725

Tints of Crusoe #036725

RGB

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

 GREEN value IS 103 (40.63% from 255) = 72.03%

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

R = 2.1%
G = 72.03%
B = 25.87%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.64

 K value IS 0.60

RGB Variations

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

Color information

#036725 (or 0x036725) is known color: Crusoe. HEX triplet: 03, 67 and 25. RGB value is (3,103,37). Sum of RGB (Red+Green+Blue) = 3+103+37=143 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.10% from 143); Green value is 103 (40.62% from 255 or 72.03% from 143); Blue value is 37 (14.84% from 255 or 25.87% from 143); Max value from RGB is 103 - color contains mainly: green. Hex color #036725 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036725 is #FC98DA. Grayscale: #414141. Windows color (decimal): -16554203 or 2451203. OLE color: 2451203.

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

Color convert

RGB 3 103 37 -
CMYK 0.97 0 0.64 0.60
HSL 140.4º 0.94% 0.21% -
HSV(B) 140.4º 0.97% 0.4% -
XYZ 5.22 9.85 3.38 -
YUV 65.58 111.87 83.37 -
System Red Green Blue C M Y K H S L
Decimal 3 103 37 0.97 0 0.64 0.60 140.4 0.94 0.21
Hex 3 67 25 61 0 40 3C 8C 5E 15
Octal 3 147 45 141 0 100 74 214 136 25
Binary 11 1100111 100101 1100001 0 1000000 111100 10001100 1011110 10101

Color Harmonies of #036725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036725

Black with #036725

Text Example


Text Example

White with #036725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036725; }

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

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

background-color css

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

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

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

border-color css

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

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

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