Html Css Color HEX #038477 Surfie Green

📋 copy color: '#038477'

red 3 ◦ green 132 ◦ blue 119

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

Shades of Surfie Green #038477

Tints of Surfie Green #038477

RGB

 RED value IS 3 (1.56% from 255) = 1.18%

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

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

R = 1.18%
G = 51.97%
B = 46.85%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#038477 (or 0x038477) is known color: Surfie Green. HEX triplet: 03, 84 and 77. RGB value is (3,132,119). Sum of RGB (Red+Green+Blue) = 3+132+119=254 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 254); Green value is 132 (51.95% from 255 or 51.97% from 254); Blue value is 119 (46.88% from 255 or 46.85% from 254); Max value from RGB is 132 - color contains mainly: green. Hex color #038477 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038477 is #FC7B88. Grayscale: #5B5B5B. Windows color (decimal): -16546697 or 7832579. OLE color: 7832579.

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

Color convert

RGB 3 132 119 -
CMYK 0.98 0 0.10 0.48
HSL 173.95º 0.96% 0.26% -
HSV(B) 173.95º 0.98% 0.52% -
XYZ 11.62 17.85 20.29 -
YUV 91.95 143.26 64.56 -
System Red Green Blue C M Y K H S L
Decimal 3 132 119 0.98 0 0.10 0.48 173.95 0.96 0.26
Hex 3 84 77 62 0 A 30 AE 60 1A
Octal 3 204 167 142 0 12 60 256 140 32
Binary 11 10000100 1110111 1100010 0 1010 110000 10101110 1100000 11010

Color Harmonies of #038477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038477

Black with #038477

Text Example


Text Example

White with #038477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038477; }

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

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

background-color css

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

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

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

border-color css

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

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

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