Html Css Color HEX #33825D Sea Green

📋 copy color: '#33825D'

red 51 ◦ green 130 ◦ blue 93

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

Shades of Sea Green #33825D

Tints of Sea Green #33825D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 47.45%

 BLUE value IS 93 (36.72% from 255) = 33.94%

R = 18.61%
G = 47.45%
B = 33.94%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#33825D (or 0x33825D) is known color: Sea Green. HEX triplet: 33, 82 and 5D. RGB value is (51,130,93). Sum of RGB (Red+Green+Blue) = 51+130+93=274 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.61% from 274); Green value is 130 (51.17% from 255 or 47.45% from 274); Blue value is 93 (36.72% from 255 or 33.94% from 274); Max value from RGB is 130 - color contains mainly: green. Hex color #33825D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33825D is #CC7DA2. Grayscale: #666666. Windows color (decimal): -13401507 or 6128179. OLE color: 6128179.

HSL color Cylindrical-coordinate representation of color #33825D: hue angle of 151.9º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #33825D is Cyan = 0.61, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 51 130 93 -
CMYK 0.61 0 0.28 0.49
HSL 151.9º 0.44% 0.35% -
HSV(B) 151.9º 0.61% 0.51% -
XYZ 11.32 17.46 13.13 -
YUV 102.16 122.83 91.51 -
System Red Green Blue C M Y K H S L
Decimal 51 130 93 0.61 0 0.28 0.49 151.9 0.44 0.35
Hex 33 82 5D 3D 0 1C 31 98 2C 23
Octal 63 202 135 75 0 34 61 230 54 43
Binary 110011 10000010 1011101 111101 0 11100 110001 10011000 101100 100011

Color Harmonies of #33825D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33825D

Black with #33825D

Text Example


Text Example

White with #33825D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33825D; }

 p { color: rgb(51,130,93); }

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

background-color css

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

 a { background-color: rgb(51,130,93); }

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

border-color css

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

 span { border-color: rgb(51,130,93); }

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