Html Css Color HEX #334B1D Seaweed

📋 copy color: '#334B1D'

red 51 ◦ green 75 ◦ blue 29

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

Shades of Seaweed #334B1D

Tints of Seaweed #334B1D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 48.39%

 BLUE value IS 29 (11.72% from 255) = 18.71%

R = 32.9%
G = 48.39%
B = 18.71%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.61

 K value IS 0.71

RGB Variations

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

Color information

#334B1D (or 0x334B1D) is known color: Seaweed. HEX triplet: 33, 4B and 1D. RGB value is (51,75,29). Sum of RGB (Red+Green+Blue) = 51+75+29=155 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.90% from 155); Green value is 75 (29.69% from 255 or 48.39% from 155); Blue value is 29 (11.72% from 255 or 18.71% from 155); Max value from RGB is 75 - color contains mainly: green. Hex color #334B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334B1D is #CCB4E2. Grayscale: #3E3E3E. Windows color (decimal): -13415651 or 1919795. OLE color: 1919795.

HSL color Cylindrical-coordinate representation of color #334B1D: hue angle of 91.3º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #334B1D is Cyan = 0.32, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.71.

Color convert

RGB 51 75 29 -
CMYK 0.32 0 0.61 0.71
HSL 91.3º 0.44% 0.2% -
HSV(B) 91.3º 0.61% 0.29% -
XYZ 4.1 5.82 2.07 -
YUV 62.58 109.05 119.74 -
System Red Green Blue C M Y K H S L
Decimal 51 75 29 0.32 0 0.61 0.71 91.3 0.44 0.2
Hex 33 4B 1D 20 0 3D 47 5B 2C 14
Octal 63 113 35 40 0 75 107 133 54 24
Binary 110011 1001011 11101 100000 0 111101 1000111 1011011 101100 10100

Color Harmonies of #334B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334B1D

Black with #334B1D

Text Example


Text Example

White with #334B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,75,29); }

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

background-color css

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

 a { background-color: rgb(51,75,29); }

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

border-color css

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

 span { border-color: rgb(51,75,29); }

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