#037223

Color #037223 Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #037223

Tints of Crusoe #037223

Color information

#037223 (or 0x037223) is unknown color: approx Crusoe. HEX triplet: 03, 72 and 23. RGB value is (3,114,35). Sum of RGB (Red+Green+Blue) = 3+114+35=152 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.97% from 152); Green value is 114 (44.92% from 255 or 75% from 152); Blue value is 35 (14.06% from 255 or 23.03% from 152); Max value from RGB is 114 - color contains mainly: green. Hex color #037223 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #037223 is #FC8DDC. Grayscale: #484848. Windows color (decimal): -16551389 or 2322947. OLE color: 2322947.

HSL color Cylindrical-coordinate representation of color #037223: hue angle of 137.3º 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 #037223 is Cyan = 0.97, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.55.

Color convert

RGB311435-
CMYK0.9700.690.55
HSL137.3º94.87%22.94%-
HSV(B)137.3º97.37%44.71%-
XYZ6.3612.183.61-
YUV71.8107.2378.92-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.97%
GREEN value IS 114 (44.92% from 255) = 75%
BLUE value IS 35 (14.06% from 255) = 23.03%
R=1.97%
G=75%
B=23.03%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3114350.9700.690.55137.394.8722.94
Hex372236104537895f17
Octal31624314101056721113727
Binary11111001010001111000010100010111011110001001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #037223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #037223; }

 p { color: rgb(3,114,35); }

 H1.HeaderClassName
 {
   color: #037223;
 }
 .AnyTagClassName
 {
   color: #037223;
 }
</style>
background-color css

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

 a { background-color: rgb(3,114,35); }

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

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

 span { border-color: rgb(3,114,35); }

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