Html Css Color HEX #225348 Evening Sea

📋 copy color: '#225348'

red 34 ◦ green 83 ◦ blue 72

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

Shades of Evening Sea #225348

Tints of Evening Sea #225348

RGB

 RED value IS 34 (13.67% from 255) = 17.99%

 GREEN value IS 83 (32.81% from 255) = 43.92%

 BLUE value IS 72 (28.52% from 255) = 38.1%

R = 17.99%
G = 43.92%
B = 38.1%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#225348 (or 0x225348) is known color: Evening Sea. HEX triplet: 22, 53 and 48. RGB value is (34,83,72). Sum of RGB (Red+Green+Blue) = 34+83+72=189 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.99% from 189); Green value is 83 (32.81% from 255 or 43.92% from 189); Blue value is 72 (28.52% from 255 or 38.10% from 189); Max value from RGB is 83 - color contains mainly: green. Hex color #225348 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225348 is #DDACB7. Grayscale: #434343. Windows color (decimal): -14527672 or 4739874. OLE color: 4739874.

HSL color Cylindrical-coordinate representation of color #225348: hue angle of 166.53º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #225348 is Cyan = 0.59, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB 34 83 72 -
CMYK 0.59 0 0.13 0.67
HSL 166.53º 0.42% 0.23% -
HSV(B) 166.53º 0.59% 0.33% -
XYZ 4.92 6.99 7.22 -
YUV 67.1 130.77 104.39 -
System Red Green Blue C M Y K H S L
Decimal 34 83 72 0.59 0 0.13 0.67 166.53 0.42 0.23
Hex 22 53 48 3B 0 D 43 A7 2A 17
Octal 42 123 110 73 0 15 103 247 52 27
Binary 100010 1010011 1001000 111011 0 1101 1000011 10100111 101010 10111

Color Harmonies of #225348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225348

Black with #225348

Text Example


Text Example

White with #225348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225348; }

 p { color: rgb(34,83,72); }

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

background-color css

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

 a { background-color: rgb(34,83,72); }

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

border-color css

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

 span { border-color: rgb(34,83,72); }

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