Html Css Color HEX #007435 Jewel

📋 copy color: '#007435'

red 0 ◦ green 116 ◦ blue 53

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

Shades of Jewel #007435

Tints of Jewel #007435

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 31.36%

R = 0%
G = 68.64%
B = 31.36%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#007435 (or 0x007435) is known color: Jewel. HEX triplet: 00, 74 and 35. RGB value is (0,116,53). Sum of RGB (Red+Green+Blue) = 0+116+53=169 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 169); Green value is 116 (45.70% from 255 or 68.64% from 169); Blue value is 53 (21.09% from 255 or 31.36% from 169); Max value from RGB is 116 - color contains mainly: green. Hex color #007435 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007435 is #FF8BCA. Grayscale: #4A4A4A. Windows color (decimal): -16747467 or 3503104. OLE color: 3503104.

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

Color convert

RGB 0 116 53 -
CMYK 1 0 0.54 0.55
HSL 147.41º 1% 0.23% -
HSV(B) 147.41º 1% 0.45% -
XYZ 6.89 12.75 5.47 -
YUV 74.13 116.07 75.12 -
System Red Green Blue C M Y K H S L
Decimal 0 116 53 1 0 0.54 0.55 147.41 1 0.23
Hex 0 74 35 64 0 36 37 93 64 17
Octal 0 164 65 144 0 66 67 223 144 27
Binary 0 1110100 110101 1100100 0 110110 110111 10010011 1100100 10111

Color Harmonies of #007435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007435

Black with #007435

Text Example


Text Example

White with #007435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007435; }

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

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

background-color css

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

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

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

border-color css

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

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

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