Html Css Color HEX #008477 Surfie Green

📋 copy color: '#008477'

red 0 ◦ green 132 ◦ blue 119

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

Shades of Surfie Green #008477

Tints of Surfie Green #008477

RGB

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

 GREEN value IS 132 (51.95% from 255) = 52.59%

 BLUE value IS 119 (46.88% from 255) = 47.41%

R = 0%
G = 52.59%
B = 47.41%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#008477 (or 0x008477) is known color: Surfie Green. HEX triplet: 00, 84 and 77. RGB value is (0,132,119). Sum of RGB (Red+Green+Blue) = 0+132+119=251 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 251); Green value is 132 (51.95% from 255 or 52.59% from 251); Blue value is 119 (46.88% from 255 or 47.41% from 251); Max value from RGB is 132 - color contains mainly: green. Hex color #008477 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008477 is #FF7B88. Grayscale: #5A5A5A. Windows color (decimal): -16743305 or 7832576. OLE color: 7832576.

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

Color convert

RGB 0 132 119 -
CMYK 1 0 0.10 0.48
HSL 174.09º 1% 0.26% -
HSV(B) 174.09º 1% 0.52% -
XYZ 11.58 17.83 20.28 -
YUV 91.05 143.77 63.06 -
System Red Green Blue C M Y K H S L
Decimal 0 132 119 1 0 0.10 0.48 174.09 1 0.26
Hex 0 84 77 64 0 A 30 AE 64 1A
Octal 0 204 167 144 0 12 60 256 144 32
Binary 0 10000100 1110111 1100100 0 1010 110000 10101110 1100100 11010

Color Harmonies of #008477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008477

Black with #008477

Text Example


Text Example

White with #008477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008477; }

 p { color: rgb(0,132,119); }

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

background-color css

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

 a { background-color: rgb(0,132,119); }

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

border-color css

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

 span { border-color: rgb(0,132,119); }

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