Html Css Color HEX #3B4422 Turtle Green

📋 copy color: '#3B4422'

red 59 ◦ green 68 ◦ blue 34

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

Shades of Turtle Green #3B4422

Tints of Turtle Green #3B4422

RGB

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

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

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

R = 36.65%
G = 42.24%
B = 21.12%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.50

 K value IS 0.73

RGB Variations

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

Color information

#3B4422 (or 0x3B4422) is known color: Turtle Green. HEX triplet: 3B, 44 and 22. RGB value is (59,68,34). Sum of RGB (Red+Green+Blue) = 59+68+34=161 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.65% from 161); Green value is 68 (26.95% from 255 or 42.24% from 161); Blue value is 34 (13.67% from 255 or 21.12% from 161); Max value from RGB is 68 - color contains mainly: green. Hex color #3B4422 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4422 is #C4BBDD. Grayscale: #3D3D3D. Windows color (decimal): -12893150 or 2245691. OLE color: 2245691.

HSL color Cylindrical-coordinate representation of color #3B4422: hue angle of 75.88º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3B4422 is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.73.

Color convert

RGB 59 68 34 -
CMYK 0.13 0 0.50 0.73
HSL 75.88º 0.33% 0.2% -
HSV(B) 75.88º 0.5% 0.27% -
XYZ 4.16 5.18 2.29 -
YUV 61.43 112.52 126.26 -
System Red Green Blue C M Y K H S L
Decimal 59 68 34 0.13 0 0.50 0.73 75.88 0.33 0.2
Hex 3B 44 22 D 0 32 49 4C 21 14
Octal 73 104 42 15 0 62 111 114 41 24
Binary 111011 1000100 100010 1101 0 110010 1001001 1001100 100001 10100

Color Harmonies of #3B4422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4422

Black with #3B4422

Text Example


Text Example

White with #3B4422

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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