Html Css Color HEX #007538 Jewel

📋 copy color: '#007538'

red 0 ◦ green 117 ◦ blue 56

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

Shades of Jewel #007538

Tints of Jewel #007538

RGB

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

 GREEN value IS 117 (46.09% from 255) = 67.63%

 BLUE value IS 56 (22.27% from 255) = 32.37%

R = 0%
G = 67.63%
B = 32.37%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.52

 K value IS 0.54

RGB Variations

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

Color information

#007538 (or 0x007538) is known color: Jewel. HEX triplet: 00, 75 and 38. RGB value is (0,117,56). Sum of RGB (Red+Green+Blue) = 0+117+56=173 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 173); Green value is 117 (46.09% from 255 or 67.63% from 173); Blue value is 56 (22.27% from 255 or 32.37% from 173); Max value from RGB is 117 - color contains mainly: green. Hex color #007538 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007538 is #FF8AC7. Grayscale: #4B4B4B. Windows color (decimal): -16747208 or 3699968. OLE color: 3699968.

HSL color Cylindrical-coordinate representation of color #007538: hue angle of 148.72º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007538 is Cyan = 1, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.54.

Color convert

RGB 0 117 56 -
CMYK 1 0 0.52 0.54
HSL 148.72º 1% 0.23% -
HSV(B) 148.72º 1% 0.46% -
XYZ 7.08 13.01 5.88 -
YUV 75.06 117.24 74.46 -
System Red Green Blue C M Y K H S L
Decimal 0 117 56 1 0 0.52 0.54 148.72 1 0.23
Hex 0 75 38 64 0 34 36 95 64 17
Octal 0 165 70 144 0 64 66 225 144 27
Binary 0 1110101 111000 1100100 0 110100 110110 10010101 1100100 10111

Color Harmonies of #007538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007538

Black with #007538

Text Example


Text Example

White with #007538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007538; }

 p { color: rgb(0,117,56); }

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

background-color css

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

 a { background-color: rgb(0,117,56); }

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

border-color css

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

 span { border-color: rgb(0,117,56); }

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