Html Css Color HEX #007135 Jewel

📋 copy color: '#007135'

red 0 ◦ green 113 ◦ blue 53

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

Shades of Jewel #007135

Tints of Jewel #007135

RGB

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

 GREEN value IS 113 (44.53% from 255) = 68.07%

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

R = 0%
G = 68.07%
B = 31.93%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#007135 (or 0x007135) is known color: Jewel. HEX triplet: 00, 71 and 35. RGB value is (0,113,53). Sum of RGB (Red+Green+Blue) = 0+113+53=166 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 166); Green value is 113 (44.53% from 255 or 68.07% from 166); Blue value is 53 (21.09% from 255 or 31.93% from 166); Max value from RGB is 113 - color contains mainly: green. Hex color #007135 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007135 is #FF8ECA. Grayscale: #484848. Windows color (decimal): -16748235 or 3502336. OLE color: 3502336.

HSL color Cylindrical-coordinate representation of color #007135: hue angle of 148.14º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007135 is Cyan = 1, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 113 53 -
CMYK 1 0 0.53 0.56
HSL 148.14º 1% 0.22% -
HSV(B) 148.14º 1% 0.44% -
XYZ 6.55 12.07 5.35 -
YUV 72.37 117.06 76.38 -
System Red Green Blue C M Y K H S L
Decimal 0 113 53 1 0 0.53 0.56 148.14 1 0.22
Hex 0 71 35 64 0 35 38 94 64 16
Octal 0 161 65 144 0 65 70 224 144 26
Binary 0 1110001 110101 1100100 0 110101 111000 10010100 1100100 10110

Color Harmonies of #007135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007135

Black with #007135

Text Example


Text Example

White with #007135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007135; }

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

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

background-color css

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

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

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

border-color css

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

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

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