Html Css Color HEX #3B4714 Turtle Green

📋 copy color: '#3B4714'

red 59 ◦ green 71 ◦ blue 20

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

Shades of Turtle Green #3B4714

Tints of Turtle Green #3B4714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 13.33%

R = 39.33%
G = 47.33%
B = 13.33%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#3B4714 (or 0x3B4714) is known color: Turtle Green. HEX triplet: 3B, 47 and 14. RGB value is (59,71,20). Sum of RGB (Red+Green+Blue) = 59+71+20=150 (19% of max value = 765). Red value is 59 (23.44% from 255 or 39.33% from 150); Green value is 71 (28.12% from 255 or 47.33% from 150); Blue value is 20 (8.20% from 255 or 13.33% from 150); Max value from RGB is 71 - color contains mainly: green. Hex color #3B4714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B4714 is #C4B8EB. Grayscale: #3D3D3D. Windows color (decimal): -12892396 or 1328955. OLE color: 1328955.

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

Color convert

RGB 59 71 20 -
CMYK 0.17 0 0.72 0.72
HSL 74.12º 0.56% 0.18% -
HSV(B) 74.12º 0.72% 0.28% -
XYZ 4.18 5.49 1.5 -
YUV 61.6 104.52 126.15 -
System Red Green Blue C M Y K H S L
Decimal 59 71 20 0.17 0 0.72 0.72 74.12 0.56 0.18
Hex 3B 47 14 11 0 48 48 4A 38 12
Octal 73 107 24 21 0 110 110 112 70 22
Binary 111011 1000111 10100 10001 0 1001000 1001000 1001010 111000 10010

Color Harmonies of #3B4714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4714

Black with #3B4714

Text Example


Text Example

White with #3B4714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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