Html Css Color HEX #3B4021 Turtle Green

📋 copy color: '#3B4021'

red 59 ◦ green 64 ◦ blue 33

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

Shades of Turtle Green #3B4021

Tints of Turtle Green #3B4021

RGB

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

 GREEN value IS 64 (25.39% from 255) = 41.03%

 BLUE value IS 33 (13.28% from 255) = 21.15%

R = 37.82%
G = 41.03%
B = 21.15%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.48

 K value IS 0.75

RGB Variations

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

Color information

#3B4021 (or 0x3B4021) is known color: Turtle Green. HEX triplet: 3B, 40 and 21. RGB value is (59,64,33). Sum of RGB (Red+Green+Blue) = 59+64+33=156 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.82% from 156); Green value is 64 (25.39% from 255 or 41.03% from 156); Blue value is 33 (13.28% from 255 or 21.15% from 156); Max value from RGB is 64 - color contains mainly: green. Hex color #3B4021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4021 is #C4BFDE. Grayscale: #3B3B3B. Windows color (decimal): -12894175 or 2179131. OLE color: 2179131.

HSL color Cylindrical-coordinate representation of color #3B4021: hue angle of 69.68º degrees, saturation: 0.32, 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 #3B4021 is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.75.

Color convert

RGB 59 64 33 -
CMYK 0.08 0 0.48 0.75
HSL 69.68º 0.32% 0.19% -
HSV(B) 69.68º 0.48% 0.25% -
XYZ 3.91 4.71 2.14 -
YUV 58.97 113.34 128.02 -
System Red Green Blue C M Y K H S L
Decimal 59 64 33 0.08 0 0.48 0.75 69.68 0.32 0.19
Hex 3B 40 21 8 0 30 4B 46 20 13
Octal 73 100 41 10 0 60 113 106 40 23
Binary 111011 1000000 100001 1000 0 110000 1001011 1000110 100000 10011

Color Harmonies of #3B4021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4021

Black with #3B4021

Text Example


Text Example

White with #3B4021

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,64,33); }

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

background-color css

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

 a { background-color: rgb(59,64,33); }

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

border-color css

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

 span { border-color: rgb(59,64,33); }

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