Html Css Color HEX #00653F Watercourse

📋 copy color: '#00653F'

red 0 ◦ green 101 ◦ blue 63

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

Shades of Watercourse #00653F

Tints of Watercourse #00653F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 61.59%

 BLUE value IS 63 (25% from 255) = 38.41%

R = 0%
G = 61.59%
B = 38.41%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.38

 K value IS 0.60

RGB Variations

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

Color information

#00653F (or 0x00653F) is known color: Watercourse. HEX triplet: 00, 65 and 3F. RGB value is (0,101,63). Sum of RGB (Red+Green+Blue) = 0+101+63=164 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 164); Green value is 101 (39.84% from 255 or 61.59% from 164); Blue value is 63 (25% from 255 or 38.41% from 164); Max value from RGB is 101 - color contains mainly: green. Hex color #00653F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00653F is #FF9AC0. Grayscale: #424242. Windows color (decimal): -16751297 or 4154624. OLE color: 4154624.

HSL color Cylindrical-coordinate representation of color #00653F: hue angle of 157.43º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00653F is Cyan = 1, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.60.

Color convert

RGB 0 101 63 -
CMYK 1 0 0.38 0.60
HSL 157.43º 1% 0.2% -
HSV(B) 157.43º 1% 0.4% -
XYZ 5.55 9.67 6.28 -
YUV 66.47 126.04 80.59 -
System Red Green Blue C M Y K H S L
Decimal 0 101 63 1 0 0.38 0.60 157.43 1 0.2
Hex 0 65 3F 64 0 26 3C 9D 64 14
Octal 0 145 77 144 0 46 74 235 144 24
Binary 0 1100101 111111 1100100 0 100110 111100 10011101 1100100 10100

Color Harmonies of #00653F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00653F

Black with #00653F

Text Example


Text Example

White with #00653F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00653F; }

 p { color: rgb(0,101,63); }

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

background-color css

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

 a { background-color: rgb(0,101,63); }

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

border-color css

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

 span { border-color: rgb(0,101,63); }

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