Html Css Color HEX #007324 Crusoe

📋 copy color: '#007324'

red 0 ◦ green 115 ◦ blue 36

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

Shades of Crusoe #007324

Tints of Crusoe #007324

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 115 (45.31% from 255) = 76.16%

 BLUE value IS 36 (14.45% from 255) = 23.84%

R = 0%
G = 76.16%
B = 23.84%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.69

 K value IS 0.55

RGB Variations

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

Color information

#007324 (or 0x007324) is known color: Crusoe. HEX triplet: 00, 73 and 24. RGB value is (0,115,36). Sum of RGB (Red+Green+Blue) = 0+115+36=151 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 151); Green value is 115 (45.31% from 255 or 76.16% from 151); Blue value is 36 (14.45% from 255 or 23.84% from 151); Max value from RGB is 115 - color contains mainly: green. Hex color #007324 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007324 is #FF8CDB. Grayscale: #474747. Windows color (decimal): -16747740 or 2388736. OLE color: 2388736.

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

Color convert

RGB 0 115 36 -
CMYK 1 0 0.69 0.55
HSL 138.78º 1% 0.23% -
HSV(B) 138.78º 1% 0.45% -
XYZ 6.45 12.39 3.72 -
YUV 71.61 107.9 76.92 -
System Red Green Blue C M Y K H S L
Decimal 0 115 36 1 0 0.69 0.55 138.78 1 0.23
Hex 0 73 24 64 0 45 37 8B 64 17
Octal 0 163 44 144 0 105 67 213 144 27
Binary 0 1110011 100100 1100100 0 1000101 110111 10001011 1100100 10111

Color Harmonies of #007324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007324

Black with #007324

Text Example


Text Example

White with #007324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007324; }

 p { color: rgb(0,115,36); }

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

background-color css

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

 a { background-color: rgb(0,115,36); }

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

border-color css

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

 span { border-color: rgb(0,115,36); }

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