Html Css Color HEX #3B4315 Turtle Green

📋 copy color: '#3B4315'

red 59 ◦ green 67 ◦ blue 21

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

Shades of Turtle Green #3B4315

Tints of Turtle Green #3B4315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 14.29%

R = 40.14%
G = 45.58%
B = 14.29%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.69

 K value IS 0.74

RGB Variations

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

Color information

#3B4315 (or 0x3B4315) is known color: Turtle Green. HEX triplet: 3B, 43 and 15. RGB value is (59,67,21). Sum of RGB (Red+Green+Blue) = 59+67+21=147 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.14% from 147); Green value is 67 (26.56% from 255 or 45.58% from 147); Blue value is 21 (8.59% from 255 or 14.29% from 147); Max value from RGB is 67 - color contains mainly: green. Hex color #3B4315 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B4315 is #C4BCEA. Grayscale: #3B3B3B. Windows color (decimal): -12893419 or 1393467. OLE color: 1393467.

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

Color convert

RGB 59 67 21 -
CMYK 0.12 0 0.69 0.74
HSL 70.43º 0.52% 0.17% -
HSV(B) 70.43º 0.69% 0.26% -
XYZ 3.95 5 1.47 -
YUV 59.36 106.35 127.74 -
System Red Green Blue C M Y K H S L
Decimal 59 67 21 0.12 0 0.69 0.74 70.43 0.52 0.17
Hex 3B 43 15 C 0 45 4A 46 34 11
Octal 73 103 25 14 0 105 112 106 64 21
Binary 111011 1000011 10101 1100 0 1000101 1001010 1000110 110100 10001

Color Harmonies of #3B4315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4315

Black with #3B4315

Text Example


Text Example

White with #3B4315

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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