Html Css Color HEX #38845E Sea Green

📋 copy color: '#38845E'

red 56 ◦ green 132 ◦ blue 94

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

Shades of Sea Green #38845E

Tints of Sea Green #38845E

RGB

 RED value IS 56 (22.27% from 255) = 19.86%

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

 BLUE value IS 94 (37.11% from 255) = 33.33%

R = 19.86%
G = 46.81%
B = 33.33%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#38845E (or 0x38845E) is known color: Sea Green. HEX triplet: 38, 84 and 5E. RGB value is (56,132,94). Sum of RGB (Red+Green+Blue) = 56+132+94=282 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.86% from 282); Green value is 132 (51.95% from 255 or 46.81% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 132 - color contains mainly: green. Hex color #38845E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38845E is #C77BA1. Grayscale: #696969. Windows color (decimal): -13073314 or 6194232. OLE color: 6194232.

HSL color Cylindrical-coordinate representation of color #38845E: hue angle of 150º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #38845E is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 132 94 -
CMYK 0.58 0 0.29 0.48
HSL 150º 0.4% 0.37% -
HSV(B) 150º 0.58% 0.52% -
XYZ 11.9 18.15 13.47 -
YUV 104.94 121.82 93.09 -
System Red Green Blue C M Y K H S L
Decimal 56 132 94 0.58 0 0.29 0.48 150 0.4 0.37
Hex 38 84 5E 3A 0 1D 30 96 28 25
Octal 70 204 136 72 0 35 60 226 50 45
Binary 111000 10000100 1011110 111010 0 11101 110000 10010110 101000 100101

Color Harmonies of #38845E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38845E

Black with #38845E

Text Example


Text Example

White with #38845E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38845E; }

 p { color: rgb(56,132,94); }

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

background-color css

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

 a { background-color: rgb(56,132,94); }

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

border-color css

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

 span { border-color: rgb(56,132,94); }

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