Html Css Color HEX #3B4708 Turtle Green

📋 copy color: '#3B4708'

red 59 ◦ green 71 ◦ blue 8

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

Shades of Turtle Green #3B4708

Tints of Turtle Green #3B4708

RGB

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

 GREEN value IS 71 (28.13% from 255) = 51.45%

 BLUE value IS 8 (3.52% from 255) = 5.8%

R = 42.75%
G = 51.45%
B = 5.8%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.89

 K value IS 0.72

RGB Variations

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

Color information

#3B4708 (or 0x3B4708) is known color: Turtle Green. HEX triplet: 3B, 47 and 08. RGB value is (59,71,8). Sum of RGB (Red+Green+Blue) = 59+71+8=138 (18% of max value = 765). Red value is 59 (23.44% from 255 or 42.75% from 138); Green value is 71 (28.12% from 255 or 51.45% from 138); Blue value is 8 (3.52% from 255 or 5.80% from 138); Max value from RGB is 71 - color contains mainly: green. Hex color #3B4708 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B4708 is #C4B8F7. Grayscale: #3C3C3C. Windows color (decimal): -12892408 or 542523. OLE color: 542523.

HSL color Cylindrical-coordinate representation of color #3B4708: hue angle of 71.43º degrees, saturation: 0.8, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3B4708 is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.72.

Color convert

RGB 59 71 8 -
CMYK 0.17 0 0.89 0.72
HSL 71.43º 0.8% 0.15% -
HSV(B) 71.43º 0.89% 0.28% -
XYZ 4.1 5.45 1.07 -
YUV 60.23 98.52 127.12 -
System Red Green Blue C M Y K H S L
Decimal 59 71 8 0.17 0 0.89 0.72 71.43 0.8 0.15
Hex 3B 47 8 11 0 59 48 47 50 F
Octal 73 107 10 21 0 131 110 107 120 17
Binary 111011 1000111 1000 10001 0 1011001 1001000 1000111 1010000 1111

Color Harmonies of #3B4708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4708

Black with #3B4708

Text Example


Text Example

White with #3B4708

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,71,8); }

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

background-color css

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

 a { background-color: rgb(59,71,8); }

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

border-color css

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

 span { border-color: rgb(59,71,8); }

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