Html Css Color HEX #3B4116 Turtle Green

📋 copy color: '#3B4116'

red 59 ◦ green 65 ◦ blue 22

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

Shades of Turtle Green #3B4116

Tints of Turtle Green #3B4116

RGB

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

 GREEN value IS 65 (25.78% from 255) = 44.52%

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

R = 40.41%
G = 44.52%
B = 15.07%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.66

 K value IS 0.75

RGB Variations

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

Color information

#3B4116 (or 0x3B4116) is known color: Turtle Green. HEX triplet: 3B, 41 and 16. RGB value is (59,65,22). Sum of RGB (Red+Green+Blue) = 59+65+22=146 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.41% from 146); Green value is 65 (25.78% from 255 or 44.52% from 146); Blue value is 22 (8.98% from 255 or 15.07% from 146); Max value from RGB is 65 - color contains mainly: green. Hex color #3B4116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B4116 is #C4BEE9. Grayscale: #3A3A3A. Windows color (decimal): -12893930 or 1458491. OLE color: 1458491.

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

Color convert

RGB 59 65 22 -
CMYK 0.09 0 0.66 0.75
HSL 68.37º 0.49% 0.17% -
HSV(B) 68.37º 0.66% 0.25% -
XYZ 3.84 4.77 1.48 -
YUV 58.3 107.51 128.5 -
System Red Green Blue C M Y K H S L
Decimal 59 65 22 0.09 0 0.66 0.75 68.37 0.49 0.17
Hex 3B 41 16 9 0 42 4B 44 31 11
Octal 73 101 26 11 0 102 113 104 61 21
Binary 111011 1000001 10110 1001 0 1000010 1001011 1000100 110001 10001

Color Harmonies of #3B4116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4116

Black with #3B4116

Text Example


Text Example

White with #3B4116

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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