Html Css Color HEX #037425 Crusoe

📋 copy color: '#037425'

red 3 ◦ green 116 ◦ blue 37

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

Shades of Crusoe #037425

Tints of Crusoe #037425

RGB

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

 GREEN value IS 116 (45.7% from 255) = 74.36%

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

R = 1.92%
G = 74.36%
B = 23.72%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.68

 K value IS 0.55

RGB Variations

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

Color information

#037425 (or 0x037425) is known color: Crusoe. HEX triplet: 03, 74 and 25. RGB value is (3,116,37). Sum of RGB (Red+Green+Blue) = 3+116+37=156 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.92% from 156); Green value is 116 (45.70% from 255 or 74.36% from 156); Blue value is 37 (14.84% from 255 or 23.72% from 156); Max value from RGB is 116 - color contains mainly: green. Hex color #037425 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #037425 is #FC8BDA. Grayscale: #494949. Windows color (decimal): -16550875 or 2454531. OLE color: 2454531.

HSL color Cylindrical-coordinate representation of color #037425: hue angle of 138.05º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #037425 is Cyan = 0.97, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB 3 116 37 -
CMYK 0.97 0 0.68 0.55
HSL 138.05º 0.95% 0.23% -
HSV(B) 138.05º 0.97% 0.45% -
XYZ 6.62 12.64 3.84 -
YUV 73.21 107.56 77.92 -
System Red Green Blue C M Y K H S L
Decimal 3 116 37 0.97 0 0.68 0.55 138.05 0.95 0.23
Hex 3 74 25 61 0 44 37 8A 5F 17
Octal 3 164 45 141 0 104 67 212 137 27
Binary 11 1110100 100101 1100001 0 1000100 110111 10001010 1011111 10111

Color Harmonies of #037425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037425

Black with #037425

Text Example


Text Example

White with #037425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #037425; }

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

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

background-color css

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

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

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

border-color css

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

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

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