Html Css Color HEX #007540 Watercourse

📋 copy color: '#007540'

red 0 ◦ green 117 ◦ blue 64

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

Shades of Watercourse #007540

Tints of Watercourse #007540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 35.36%

R = 0%
G = 64.64%
B = 35.36%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#007540 (or 0x007540) is known color: Watercourse. HEX triplet: 00, 75 and 40. RGB value is (0,117,64). Sum of RGB (Red+Green+Blue) = 0+117+64=181 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 181); Green value is 117 (46.09% from 255 or 64.64% from 181); Blue value is 64 (25.39% from 255 or 35.36% from 181); Max value from RGB is 117 - color contains mainly: green. Hex color #007540 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007540 is #FF8ABF. Grayscale: #4C4C4C. Windows color (decimal): -16747200 or 4224256. OLE color: 4224256.

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

Color convert

RGB 0 117 64 -
CMYK 1 0 0.45 0.54
HSL 152.82º 1% 0.23% -
HSV(B) 152.82º 1% 0.46% -
XYZ 7.29 13.09 6.99 -
YUV 75.98 121.24 73.81 -
System Red Green Blue C M Y K H S L
Decimal 0 117 64 1 0 0.45 0.54 152.82 1 0.23
Hex 0 75 40 64 0 2D 36 99 64 17
Octal 0 165 100 144 0 55 66 231 144 27
Binary 0 1110101 1000000 1100100 0 101101 110110 10011001 1100100 10111

Color Harmonies of #007540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007540

Black with #007540

Text Example


Text Example

White with #007540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007540; }

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

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

background-color css

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

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

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

border-color css

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

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

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