Html Css Color HEX #007427 Crusoe

📋 copy color: '#007427'

red 0 ◦ green 116 ◦ blue 39

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

Shades of Crusoe #007427

Tints of Crusoe #007427

RGB

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

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

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

R = 0%
G = 74.84%
B = 25.16%

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

#007427 (or 0x007427) is known color: Crusoe. HEX triplet: 00, 74 and 27. RGB value is (0,116,39). Sum of RGB (Red+Green+Blue) = 0+116+39=155 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 155); Green value is 116 (45.70% from 255 or 74.84% from 155); Blue value is 39 (15.62% from 255 or 25.16% from 155); Max value from RGB is 116 - color contains mainly: green. Hex color #007427 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007427 is #FF8BD8. Grayscale: #484848. Windows color (decimal): -16747481 or 2585600. OLE color: 2585600.

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

Color convert

RGB 0 116 39 -
CMYK 1 0 0.66 0.55
HSL 140.17º 1% 0.23% -
HSV(B) 140.17º 1% 0.45% -
XYZ 6.61 12.64 4.01 -
YUV 72.54 109.07 76.26 -
System Red Green Blue C M Y K H S L
Decimal 0 116 39 1 0 0.66 0.55 140.17 1 0.23
Hex 0 74 27 64 0 42 37 8C 64 17
Octal 0 164 47 144 0 102 67 214 144 27
Binary 0 1110100 100111 1100100 0 1000010 110111 10001100 1100100 10111

Color Harmonies of #007427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007427

Black with #007427

Text Example


Text Example

White with #007427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007427; }

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

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

background-color css

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

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

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

border-color css

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

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

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