Html Css Color HEX #3B4122 Turtle Green

📋 copy color: '#3B4122'

red 59 ◦ green 65 ◦ blue 34

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

Shades of Turtle Green #3B4122

Tints of Turtle Green #3B4122

RGB

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

 GREEN value IS 65 (25.78% from 255) = 41.14%

 BLUE value IS 34 (13.67% from 255) = 21.52%

R = 37.34%
G = 41.14%
B = 21.52%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.48

 K value IS 0.75

RGB Variations

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

Color information

#3B4122 (or 0x3B4122) is known color: Turtle Green. HEX triplet: 3B, 41 and 22. RGB value is (59,65,34). Sum of RGB (Red+Green+Blue) = 59+65+34=158 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.34% from 158); Green value is 65 (25.78% from 255 or 41.14% from 158); Blue value is 34 (13.67% from 255 or 21.52% from 158); Max value from RGB is 65 - color contains mainly: green. Hex color #3B4122 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4122 is #C4BEDD. Grayscale: #3B3B3B. Windows color (decimal): -12893918 or 2244923. OLE color: 2244923.

HSL color Cylindrical-coordinate representation of color #3B4122: hue angle of 71.61º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3B4122 is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.75.

Color convert

RGB 59 65 34 -
CMYK 0.09 0 0.48 0.75
HSL 71.61º 0.31% 0.19% -
HSV(B) 71.61º 0.48% 0.25% -
XYZ 3.98 4.83 2.23 -
YUV 59.67 113.51 127.52 -
System Red Green Blue C M Y K H S L
Decimal 59 65 34 0.09 0 0.48 0.75 71.61 0.31 0.19
Hex 3B 41 22 9 0 30 4B 48 1F 13
Octal 73 101 42 11 0 60 113 110 37 23
Binary 111011 1000001 100010 1001 0 110000 1001011 1001000 11111 10011

Color Harmonies of #3B4122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4122

Black with #3B4122

Text Example


Text Example

White with #3B4122

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,65,34); }

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

background-color css

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

 a { background-color: rgb(59,65,34); }

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

border-color css

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

 span { border-color: rgb(59,65,34); }

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