Html Css Color HEX #007336 Jewel

📋 copy color: '#007336'

red 0 ◦ green 115 ◦ blue 54

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

Shades of Jewel #007336

Tints of Jewel #007336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 31.95%

R = 0%
G = 68.05%
B = 31.95%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#007336 (or 0x007336) is known color: Jewel. HEX triplet: 00, 73 and 36. RGB value is (0,115,54). Sum of RGB (Red+Green+Blue) = 0+115+54=169 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 169); Green value is 115 (45.31% from 255 or 68.05% from 169); Blue value is 54 (21.48% from 255 or 31.95% from 169); Max value from RGB is 115 - color contains mainly: green. Hex color #007336 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007336 is #FF8CC9. Grayscale: #494949. Windows color (decimal): -16747722 or 3568384. OLE color: 3568384.

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

Color convert

RGB 0 115 54 -
CMYK 1 0 0.53 0.55
HSL 148.17º 1% 0.23% -
HSV(B) 148.17º 1% 0.45% -
XYZ 6.8 12.53 5.55 -
YUV 73.66 116.9 75.46 -
System Red Green Blue C M Y K H S L
Decimal 0 115 54 1 0 0.53 0.55 148.17 1 0.23
Hex 0 73 36 64 0 35 37 94 64 17
Octal 0 163 66 144 0 65 67 224 144 27
Binary 0 1110011 110110 1100100 0 110101 110111 10010100 1100100 10111

Color Harmonies of #007336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007336

Black with #007336

Text Example


Text Example

White with #007336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007336; }

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

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

background-color css

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

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

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

border-color css

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

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

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