Html Css Color HEX #3B4428 Log Cabin

📋 copy color: '#3B4428'

red 59 ◦ green 68 ◦ blue 40

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

Shades of Log Cabin #3B4428

Tints of Log Cabin #3B4428

RGB

 RED value IS 59 (23.44% from 255) = 35.33%

 GREEN value IS 68 (26.95% from 255) = 40.72%

 BLUE value IS 40 (16.02% from 255) = 23.95%

R = 35.33%
G = 40.72%
B = 23.95%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#3B4428 (or 0x3B4428) is known color: Log Cabin. HEX triplet: 3B, 44 and 28. RGB value is (59,68,40). Sum of RGB (Red+Green+Blue) = 59+68+40=167 (22% of max value = 765). Red value is 59 (23.44% from 255 or 35.33% from 167); Green value is 68 (26.95% from 255 or 40.72% from 167); Blue value is 40 (16.02% from 255 or 23.95% from 167); Max value from RGB is 68 - color contains mainly: green. Hex color #3B4428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4428 is #C4BBD7. Grayscale: #3E3E3E. Windows color (decimal): -12893144 or 2638907. OLE color: 2638907.

HSL color Cylindrical-coordinate representation of color #3B4428: hue angle of 79.29º degrees, saturation: 0.26, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3B4428 is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB 59 68 40 -
CMYK 0.13 0 0.41 0.73
HSL 79.29º 0.26% 0.21% -
HSV(B) 79.29º 0.41% 0.27% -
XYZ 4.25 5.22 2.79 -
YUV 62.12 115.52 125.78 -
System Red Green Blue C M Y K H S L
Decimal 59 68 40 0.13 0 0.41 0.73 79.29 0.26 0.21
Hex 3B 44 28 D 0 29 49 4F 1A 15
Octal 73 104 50 15 0 51 111 117 32 25
Binary 111011 1000100 101000 1101 0 101001 1001001 1001111 11010 10101

Color Harmonies of #3B4428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4428

Black with #3B4428

Text Example


Text Example

White with #3B4428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B4428; }

 p { color: rgb(59,68,40); }

 H1.HeaderClassName
 {
   color: #3B4428;
 }
 .AnyTagClassName
 {
   color: #3B4428;
 }
</style>

background-color css

<style>
 a { background-color: #3B4428; }

 a { background-color: rgb(59,68,40); }

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

border-color css

<style>
 span { border-color: #3B4428; }

 span { border-color: rgb(59,68,40); }

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