Html Css Color HEX #3B4015 Turtle Green

📋 copy color: '#3B4015'

red 59 ◦ green 64 ◦ blue 21

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

Shades of Turtle Green #3B4015

Tints of Turtle Green #3B4015

RGB

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

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

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

R = 40.97%
G = 44.44%
B = 14.58%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.67

 K value IS 0.75

RGB Variations

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

Color information

#3B4015 (or 0x3B4015) is known color: Turtle Green. HEX triplet: 3B, 40 and 15. RGB value is (59,64,21). Sum of RGB (Red+Green+Blue) = 59+64+21=144 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.97% from 144); Green value is 64 (25.39% from 255 or 44.44% from 144); Blue value is 21 (8.59% from 255 or 14.58% from 144); Max value from RGB is 64 - color contains mainly: green. Hex color #3B4015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B4015 is #C4BFEA. Grayscale: #393939. Windows color (decimal): -12894187 or 1392699. OLE color: 1392699.

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

Color convert

RGB 59 64 21 -
CMYK 0.08 0 0.67 0.75
HSL 66.98º 0.51% 0.17% -
HSV(B) 66.98º 0.67% 0.25% -
XYZ 3.77 4.65 1.41 -
YUV 57.6 107.34 129 -
System Red Green Blue C M Y K H S L
Decimal 59 64 21 0.08 0 0.67 0.75 66.98 0.51 0.17
Hex 3B 40 15 8 0 43 4B 43 33 11
Octal 73 100 25 10 0 103 113 103 63 21
Binary 111011 1000000 10101 1000 0 1000011 1001011 1000011 110011 10001

Color Harmonies of #3B4015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4015

Black with #3B4015

Text Example


Text Example

White with #3B4015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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