Html Css Color HEX #334C1B Seaweed

📋 copy color: '#334C1B'

red 51 ◦ green 76 ◦ blue 27

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

Shades of Seaweed #334C1B

Tints of Seaweed #334C1B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 49.35%

 BLUE value IS 27 (10.94% from 255) = 17.53%

R = 33.12%
G = 49.35%
B = 17.53%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.64

 K value IS 0.70

RGB Variations

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

Color information

#334C1B (or 0x334C1B) is known color: Seaweed. HEX triplet: 33, 4C and 1B. RGB value is (51,76,27). Sum of RGB (Red+Green+Blue) = 51+76+27=154 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.12% from 154); Green value is 76 (30.08% from 255 or 49.35% from 154); Blue value is 27 (10.94% from 255 or 17.53% from 154); Max value from RGB is 76 - color contains mainly: green. Hex color #334C1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334C1B is #CCB3E4. Grayscale: #3F3F3F. Windows color (decimal): -13415397 or 1788979. OLE color: 1788979.

HSL color Cylindrical-coordinate representation of color #334C1B: hue angle of 90.61º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #334C1B is Cyan = 0.33, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.70.

Color convert

RGB 51 76 27 -
CMYK 0.33 0 0.64 0.70
HSL 90.61º 0.48% 0.2% -
HSV(B) 90.61º 0.64% 0.3% -
XYZ 4.15 5.95 1.97 -
YUV 62.94 107.72 119.48 -
System Red Green Blue C M Y K H S L
Decimal 51 76 27 0.33 0 0.64 0.70 90.61 0.48 0.2
Hex 33 4C 1B 21 0 40 46 5B 30 14
Octal 63 114 33 41 0 100 106 133 60 24
Binary 110011 1001100 11011 100001 0 1000000 1000110 1011011 110000 10100

Color Harmonies of #334C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334C1B

Black with #334C1B

Text Example


Text Example

White with #334C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,76,27); }

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

background-color css

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

 a { background-color: rgb(51,76,27); }

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

border-color css

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

 span { border-color: rgb(51,76,27); }

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