Html Css Color HEX #338A5C Sea Green

📋 copy color: '#338A5C'

red 51 ◦ green 138 ◦ blue 92

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

Shades of Sea Green #338A5C

Tints of Sea Green #338A5C

RGB

 RED value IS 51 (20.31% from 255) = 18.15%

 GREEN value IS 138 (54.3% from 255) = 49.11%

 BLUE value IS 92 (36.33% from 255) = 32.74%

R = 18.15%
G = 49.11%
B = 32.74%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.33

 K value IS 0.46

RGB Variations

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

Color information

#338A5C (or 0x338A5C) is known color: Sea Green. HEX triplet: 33, 8A and 5C. RGB value is (51,138,92). Sum of RGB (Red+Green+Blue) = 51+138+92=281 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.15% from 281); Green value is 138 (54.30% from 255 or 49.11% from 281); Blue value is 92 (36.33% from 255 or 32.74% from 281); Max value from RGB is 138 - color contains mainly: green. Hex color #338A5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338A5C is #CC75A3. Grayscale: #6A6A6A. Windows color (decimal): -13399460 or 6064691. OLE color: 6064691.

HSL color Cylindrical-coordinate representation of color #338A5C: hue angle of 148.28º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #338A5C is Cyan = 0.63, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB 51 138 92 -
CMYK 0.63 0 0.33 0.46
HSL 148.28º 0.46% 0.37% -
HSV(B) 148.28º 0.63% 0.54% -
XYZ 12.39 19.65 13.27 -
YUV 106.74 119.68 88.24 -
System Red Green Blue C M Y K H S L
Decimal 51 138 92 0.63 0 0.33 0.46 148.28 0.46 0.37
Hex 33 8A 5C 3F 0 21 2E 94 2E 25
Octal 63 212 134 77 0 41 56 224 56 45
Binary 110011 10001010 1011100 111111 0 100001 101110 10010100 101110 100101

Color Harmonies of #338A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338A5C

Black with #338A5C

Text Example


Text Example

White with #338A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338A5C; }

 p { color: rgb(51,138,92); }

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

background-color css

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

 a { background-color: rgb(51,138,92); }

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

border-color css

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

 span { border-color: rgb(51,138,92); }

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