Html Css Color HEX #353B2B Log Cabin

📋 copy color: '#353B2B'

red 53 ◦ green 59 ◦ blue 43

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

Shades of Log Cabin #353B2B

Tints of Log Cabin #353B2B

RGB

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

 GREEN value IS 59 (23.44% from 255) = 38.06%

 BLUE value IS 43 (17.19% from 255) = 27.74%

R = 34.19%
G = 38.06%
B = 27.74%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.27

 K value IS 0.77

RGB Variations

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

Color information

#353B2B (or 0x353B2B) is known color: Log Cabin. HEX triplet: 35, 3B and 2B. RGB value is (53,59,43). Sum of RGB (Red+Green+Blue) = 53+59+43=155 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.19% from 155); Green value is 59 (23.44% from 255 or 38.06% from 155); Blue value is 43 (17.19% from 255 or 27.74% from 155); Max value from RGB is 59 - color contains mainly: green. Hex color #353B2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353B2B is #CAC4D4. Grayscale: #373737. Windows color (decimal): -13288661 or 2833205. OLE color: 2833205.

HSL color Cylindrical-coordinate representation of color #353B2B: hue angle of 82.5º degrees, saturation: 0.16, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #353B2B is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.77.

Color convert

RGB 53 59 43 -
CMYK 0.10 0 0.27 0.77
HSL 82.5º 0.16% 0.2% -
HSV(B) 82.5º 0.27% 0.23% -
XYZ 3.47 4.06 2.89 -
YUV 55.38 121.01 126.3 -
System Red Green Blue C M Y K H S L
Decimal 53 59 43 0.10 0 0.27 0.77 82.5 0.16 0.2
Hex 35 3B 2B A 0 1B 4D 52 10 14
Octal 65 73 53 12 0 33 115 122 20 24
Binary 110101 111011 101011 1010 0 11011 1001101 1010010 10000 10100

Color Harmonies of #353B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353B2B

Black with #353B2B

Text Example


Text Example

White with #353B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353B2B; }

 p { color: rgb(53,59,43); }

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

background-color css

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

 a { background-color: rgb(53,59,43); }

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

border-color css

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

 span { border-color: rgb(53,59,43); }

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