Html Css Color HEX #007253 Watercourse

📋 copy color: '#007253'

red 0 ◦ green 114 ◦ blue 83

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

Shades of Watercourse #007253

Tints of Watercourse #007253

RGB

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

 GREEN value IS 114 (44.92% from 255) = 57.87%

 BLUE value IS 83 (32.81% from 255) = 42.13%

R = 0%
G = 57.87%
B = 42.13%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#007253 (or 0x007253) is known color: Watercourse. HEX triplet: 00, 72 and 53. RGB value is (0,114,83). Sum of RGB (Red+Green+Blue) = 0+114+83=197 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 197); Green value is 114 (44.92% from 255 or 57.87% from 197); Blue value is 83 (32.81% from 255 or 42.13% from 197); Max value from RGB is 114 - color contains mainly: green. Hex color #007253 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007253 is #FF8DAC. Grayscale: #4C4C4C. Windows color (decimal): -16747949 or 5468672. OLE color: 5468672.

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

Color convert

RGB 0 114 83 -
CMYK 1 0 0.27 0.55
HSL 163.68º 1% 0.22% -
HSV(B) 163.68º 1% 0.45% -
XYZ 7.58 12.66 10.23 -
YUV 76.38 131.73 73.52 -
System Red Green Blue C M Y K H S L
Decimal 0 114 83 1 0 0.27 0.55 163.68 1 0.22
Hex 0 72 53 64 0 1B 37 A4 64 16
Octal 0 162 123 144 0 33 67 244 144 26
Binary 0 1110010 1010011 1100100 0 11011 110111 10100100 1100100 10110

Color Harmonies of #007253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007253

Black with #007253

Text Example


Text Example

White with #007253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007253; }

 p { color: rgb(0,114,83); }

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

background-color css

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

 a { background-color: rgb(0,114,83); }

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

border-color css

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

 span { border-color: rgb(0,114,83); }

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