Html Css Color HEX #345312 Seaweed

📋 copy color: '#345312'

red 52 ◦ green 83 ◦ blue 18

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

Shades of Seaweed #345312

Tints of Seaweed #345312

RGB

 RED value IS 52 (20.7% from 255) = 33.99%

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

 BLUE value IS 18 (7.42% from 255) = 11.76%

R = 33.99%
G = 54.25%
B = 11.76%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#345312 (or 0x345312) is known color: Seaweed. HEX triplet: 34, 53 and 12. RGB value is (52,83,18). Sum of RGB (Red+Green+Blue) = 52+83+18=153 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.99% from 153); Green value is 83 (32.81% from 255 or 54.25% from 153); Blue value is 18 (7.42% from 255 or 11.76% from 153); Max value from RGB is 83 - color contains mainly: green. Hex color #345312 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345312 is #CBACED. Grayscale: #424242. Windows color (decimal): -13348078 or 1200948. OLE color: 1200948.

HSL color Cylindrical-coordinate representation of color #345312: hue angle of 88.62º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #345312 is Cyan = 0.37, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.67.

Color convert

RGB 52 83 18 -
CMYK 0.37 0 0.78 0.67
HSL 88.62º 0.64% 0.2% -
HSV(B) 88.62º 0.78% 0.33% -
XYZ 4.62 6.96 1.67 -
YUV 66.32 100.73 117.79 -
System Red Green Blue C M Y K H S L
Decimal 52 83 18 0.37 0 0.78 0.67 88.62 0.64 0.2
Hex 34 53 12 25 0 4E 43 59 40 14
Octal 64 123 22 45 0 116 103 131 100 24
Binary 110100 1010011 10010 100101 0 1001110 1000011 1011001 1000000 10100

Color Harmonies of #345312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345312

Black with #345312

Text Example


Text Example

White with #345312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345312; }

 p { color: rgb(52,83,18); }

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

background-color css

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

 a { background-color: rgb(52,83,18); }

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

border-color css

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

 span { border-color: rgb(52,83,18); }

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