Html Css Color HEX #038075 Surfie Green

📋 copy color: '#038075'

red 3 ◦ green 128 ◦ blue 117

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

Shades of Surfie Green #038075

Tints of Surfie Green #038075

RGB

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

 GREEN value IS 128 (50.39% from 255) = 51.61%

 BLUE value IS 117 (46.09% from 255) = 47.18%

R = 1.21%
G = 51.61%
B = 47.18%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#038075 (or 0x038075) is known color: Surfie Green. HEX triplet: 03, 80 and 75. RGB value is (3,128,117). Sum of RGB (Red+Green+Blue) = 3+128+117=248 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.21% from 248); Green value is 128 (50.39% from 255 or 51.61% from 248); Blue value is 117 (46.09% from 255 or 47.18% from 248); Max value from RGB is 128 - color contains mainly: green. Hex color #038075 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038075 is #FC7F8A. Grayscale: #595959. Windows color (decimal): -16547723 or 7700483. OLE color: 7700483.

HSL color Cylindrical-coordinate representation of color #038075: hue angle of 174.72º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038075 is Cyan = 0.98, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB 3 128 117 -
CMYK 0.98 0 0.09 0.50
HSL 174.72º 0.95% 0.26% -
HSV(B) 174.72º 0.98% 0.5% -
XYZ 10.97 16.74 19.48 -
YUV 89.37 143.59 66.39 -
System Red Green Blue C M Y K H S L
Decimal 3 128 117 0.98 0 0.09 0.50 174.72 0.95 0.26
Hex 3 80 75 62 0 9 32 AF 5F 1A
Octal 3 200 165 142 0 11 62 257 137 32
Binary 11 10000000 1110101 1100010 0 1001 110010 10101111 1011111 11010

Color Harmonies of #038075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038075

Black with #038075

Text Example


Text Example

White with #038075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038075; }

 p { color: rgb(3,128,117); }

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

background-color css

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

 a { background-color: rgb(3,128,117); }

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

border-color css

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

 span { border-color: rgb(3,128,117); }

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