Html Css Color HEX #038474 Surfie Green

📋 copy color: '#038474'

red 3 ◦ green 132 ◦ blue 116

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

Shades of Surfie Green #038474

Tints of Surfie Green #038474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 46.22%

R = 1.2%
G = 52.59%
B = 46.22%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#038474 (or 0x038474) is known color: Surfie Green. HEX triplet: 03, 84 and 74. RGB value is (3,132,116). Sum of RGB (Red+Green+Blue) = 3+132+116=251 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.20% from 251); Green value is 132 (51.95% from 255 or 52.59% from 251); Blue value is 116 (45.70% from 255 or 46.22% from 251); Max value from RGB is 132 - color contains mainly: green. Hex color #038474 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038474 is #FC7B8B. Grayscale: #5B5B5B. Windows color (decimal): -16546700 or 7635971. OLE color: 7635971.

HSL color Cylindrical-coordinate representation of color #038474: hue angle of 172.56º 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 #038474 is Cyan = 0.98, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB 3 132 116 -
CMYK 0.98 0 0.12 0.48
HSL 172.56º 0.96% 0.26% -
HSV(B) 172.56º 0.98% 0.52% -
XYZ 11.44 17.78 19.35 -
YUV 91.61 141.76 64.8 -
System Red Green Blue C M Y K H S L
Decimal 3 132 116 0.98 0 0.12 0.48 172.56 0.96 0.26
Hex 3 84 74 62 0 C 30 AD 60 1A
Octal 3 204 164 142 0 14 60 255 140 32
Binary 11 10000100 1110100 1100010 0 1100 110000 10101101 1100000 11010

Color Harmonies of #038474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038474

Black with #038474

Text Example


Text Example

White with #038474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038474; }

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

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

background-color css

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

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

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

border-color css

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

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

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