Html Css Color HEX #334A18 Seaweed

📋 copy color: '#334A18'

red 51 ◦ green 74 ◦ blue 24

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

Shades of Seaweed #334A18

Tints of Seaweed #334A18

RGB

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

 GREEN value IS 74 (29.3% from 255) = 49.66%

 BLUE value IS 24 (9.77% from 255) = 16.11%

R = 34.23%
G = 49.66%
B = 16.11%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.68

 K value IS 0.71

RGB Variations

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

Color information

#334A18 (or 0x334A18) is known color: Seaweed. HEX triplet: 33, 4A and 18. RGB value is (51,74,24). Sum of RGB (Red+Green+Blue) = 51+74+24=149 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.23% from 149); Green value is 74 (29.30% from 255 or 49.66% from 149); Blue value is 24 (9.77% from 255 or 16.11% from 149); Max value from RGB is 74 - color contains mainly: green. Hex color #334A18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334A18 is #CCB5E7. Grayscale: #3D3D3D. Windows color (decimal): -13415912 or 1591859. OLE color: 1591859.

HSL color Cylindrical-coordinate representation of color #334A18: hue angle of 87.6º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #334A18 is Cyan = 0.31, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.71.

Color convert

RGB 51 74 24 -
CMYK 0.31 0 0.68 0.71
HSL 87.6º 0.51% 0.19% -
HSV(B) 87.6º 0.68% 0.29% -
XYZ 3.98 5.67 1.75 -
YUV 61.42 106.88 120.57 -
System Red Green Blue C M Y K H S L
Decimal 51 74 24 0.31 0 0.68 0.71 87.6 0.51 0.19
Hex 33 4A 18 1F 0 44 47 58 33 13
Octal 63 112 30 37 0 104 107 130 63 23
Binary 110011 1001010 11000 11111 0 1000100 1000111 1011000 110011 10011

Color Harmonies of #334A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334A18

Black with #334A18

Text Example


Text Example

White with #334A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334A18; }

 p { color: rgb(51,74,24); }

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

background-color css

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

 a { background-color: rgb(51,74,24); }

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

border-color css

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

 span { border-color: rgb(51,74,24); }

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