Html Css Color HEX #35471F Seaweed

📋 copy color: '#35471F'

red 53 ◦ green 71 ◦ blue 31

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

Shades of Seaweed #35471F

Tints of Seaweed #35471F

RGB

 RED value IS 53 (21.09% from 255) = 34.19%

 GREEN value IS 71 (28.13% from 255) = 45.81%

 BLUE value IS 31 (12.5% from 255) = 20%

R = 34.19%
G = 45.81%
B = 20%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#35471F (or 0x35471F) is known color: Seaweed. HEX triplet: 35, 47 and 1F. RGB value is (53,71,31). Sum of RGB (Red+Green+Blue) = 53+71+31=155 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.19% from 155); Green value is 71 (28.12% from 255 or 45.81% from 155); Blue value is 31 (12.5% from 255 or 20% from 155); Max value from RGB is 71 - color contains mainly: green. Hex color #35471F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35471F is #CAB8E0. Grayscale: #3D3D3D. Windows color (decimal): -13285601 or 2049845. OLE color: 2049845.

HSL color Cylindrical-coordinate representation of color #35471F: hue angle of 87º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #35471F is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB 53 71 31 -
CMYK 0.25 0 0.56 0.72
HSL 87º 0.39% 0.2% -
HSV(B) 87º 0.56% 0.28% -
XYZ 3.97 5.36 2.12 -
YUV 61.06 111.04 122.25 -
System Red Green Blue C M Y K H S L
Decimal 53 71 31 0.25 0 0.56 0.72 87 0.39 0.2
Hex 35 47 1F 19 0 38 48 57 27 14
Octal 65 107 37 31 0 70 110 127 47 24
Binary 110101 1000111 11111 11001 0 111000 1001000 1010111 100111 10100

Color Harmonies of #35471F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35471F

Black with #35471F

Text Example


Text Example

White with #35471F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35471F; }

 p { color: rgb(53,71,31); }

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

background-color css

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

 a { background-color: rgb(53,71,31); }

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

border-color css

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

 span { border-color: rgb(53,71,31); }

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