Html Css Color HEX #3B4316 Turtle Green

📋 copy color: '#3B4316'

red 59 ◦ green 67 ◦ blue 22

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

Shades of Turtle Green #3B4316

Tints of Turtle Green #3B4316

RGB

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

 GREEN value IS 67 (26.56% from 255) = 45.27%

 BLUE value IS 22 (8.98% from 255) = 14.86%

R = 39.86%
G = 45.27%
B = 14.86%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.67

 K value IS 0.74

RGB Variations

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

Color information

#3B4316 (or 0x3B4316) is known color: Turtle Green. HEX triplet: 3B, 43 and 16. RGB value is (59,67,22). Sum of RGB (Red+Green+Blue) = 59+67+22=148 (19% of max value = 765). Red value is 59 (23.44% from 255 or 39.86% from 148); Green value is 67 (26.56% from 255 or 45.27% from 148); Blue value is 22 (8.98% from 255 or 14.86% from 148); Max value from RGB is 67 - color contains mainly: green. Hex color #3B4316 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B4316 is #C4BCE9. Grayscale: #3B3B3B. Windows color (decimal): -12893418 or 1459003. OLE color: 1459003.

HSL color Cylindrical-coordinate representation of color #3B4316: hue angle of 70.67º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3B4316 is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.74.

Color convert

RGB 59 67 22 -
CMYK 0.12 0 0.67 0.74
HSL 70.67º 0.51% 0.17% -
HSV(B) 70.67º 0.67% 0.26% -
XYZ 3.96 5 1.52 -
YUV 59.48 106.85 127.66 -
System Red Green Blue C M Y K H S L
Decimal 59 67 22 0.12 0 0.67 0.74 70.67 0.51 0.17
Hex 3B 43 16 C 0 43 4A 47 33 11
Octal 73 103 26 14 0 103 112 107 63 21
Binary 111011 1000011 10110 1100 0 1000011 1001010 1000111 110011 10001

Color Harmonies of #3B4316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4316

Black with #3B4316

Text Example


Text Example

White with #3B4316

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,67,22); }

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

background-color css

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

 a { background-color: rgb(59,67,22); }

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

border-color css

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

 span { border-color: rgb(59,67,22); }

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