Html Css Color HEX #007327 Crusoe

📋 copy color: '#007327'

red 0 ◦ green 115 ◦ blue 39

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

Shades of Crusoe #007327

Tints of Crusoe #007327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 25.32%

R = 0%
G = 74.68%
B = 25.32%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#007327 (or 0x007327) is known color: Crusoe. HEX triplet: 00, 73 and 27. RGB value is (0,115,39). Sum of RGB (Red+Green+Blue) = 0+115+39=154 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 154); Green value is 115 (45.31% from 255 or 74.68% from 154); Blue value is 39 (15.62% from 255 or 25.32% from 154); Max value from RGB is 115 - color contains mainly: green. Hex color #007327 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007327 is #FF8CD8. Grayscale: #484848. Windows color (decimal): -16747737 or 2585344. OLE color: 2585344.

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

Color convert

RGB 0 115 39 -
CMYK 1 0 0.66 0.55
HSL 140.35º 1% 0.23% -
HSV(B) 140.35º 1% 0.45% -
XYZ 6.5 12.41 3.97 -
YUV 71.95 109.4 76.68 -
System Red Green Blue C M Y K H S L
Decimal 0 115 39 1 0 0.66 0.55 140.35 1 0.23
Hex 0 73 27 64 0 42 37 8C 64 17
Octal 0 163 47 144 0 102 67 214 144 27
Binary 0 1110011 100111 1100100 0 1000010 110111 10001100 1100100 10111

Color Harmonies of #007327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007327

Black with #007327

Text Example


Text Example

White with #007327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007327; }

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

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

background-color css

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

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

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

border-color css

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

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

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