Html Css Color HEX #038378 Surfie Green

📋 copy color: '#038378'

red 3 ◦ green 131 ◦ blue 120

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

Shades of Surfie Green #038378

Tints of Surfie Green #038378

RGB

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

 GREEN value IS 131 (51.56% from 255) = 51.57%

 BLUE value IS 120 (47.27% from 255) = 47.24%

R = 1.18%
G = 51.57%
B = 47.24%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#038378 (or 0x038378) is known color: Surfie Green. HEX triplet: 03, 83 and 78. RGB value is (3,131,120). Sum of RGB (Red+Green+Blue) = 3+131+120=254 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 254); Green value is 131 (51.56% from 255 or 51.57% from 254); Blue value is 120 (47.27% from 255 or 47.24% from 254); Max value from RGB is 131 - color contains mainly: green. Hex color #038378 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038378 is #FC7C87. Grayscale: #5B5B5B. Windows color (decimal): -16546952 or 7897859. OLE color: 7897859.

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

Color convert

RGB 3 131 120 -
CMYK 0.98 0 0.08 0.49
HSL 174.84º 0.96% 0.26% -
HSV(B) 174.84º 0.98% 0.51% -
XYZ 11.54 17.61 20.56 -
YUV 91.47 144.09 64.89 -
System Red Green Blue C M Y K H S L
Decimal 3 131 120 0.98 0 0.08 0.49 174.84 0.96 0.26
Hex 3 83 78 62 0 8 31 AF 60 1A
Octal 3 203 170 142 0 10 61 257 140 32
Binary 11 10000011 1111000 1100010 0 1000 110001 10101111 1100000 11010

Color Harmonies of #038378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038378

Black with #038378

Text Example


Text Example

White with #038378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038378; }

 p { color: rgb(3,131,120); }

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

background-color css

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

 a { background-color: rgb(3,131,120); }

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

border-color css

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

 span { border-color: rgb(3,131,120); }

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