Html Css Color HEX #3B4804 Turtle Green

📋 copy color: '#3B4804'

red 59 ◦ green 72 ◦ blue 4

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

Shades of Turtle Green #3B4804

Tints of Turtle Green #3B4804

RGB

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

 GREEN value IS 72 (28.52% from 255) = 53.33%

 BLUE value IS 4 (1.95% from 255) = 2.96%

R = 43.7%
G = 53.33%
B = 2.96%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.94

 K value IS 0.72

RGB Variations

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

Color information

#3B4804 (or 0x3B4804) is known color: Turtle Green. HEX triplet: 3B, 48 and 04. RGB value is (59,72,4). Sum of RGB (Red+Green+Blue) = 59+72+4=135 (17% of max value = 765). Red value is 59 (23.44% from 255 or 43.70% from 135); Green value is 72 (28.52% from 255 or 53.33% from 135); Blue value is 4 (1.95% from 255 or 2.96% from 135); Max value from RGB is 72 - color contains mainly: green. Hex color #3B4804 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B4804 is #C4B7FB. Grayscale: #3C3C3C. Windows color (decimal): -12892156 or 280635. OLE color: 280635.

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

Color convert

RGB 59 72 4 -
CMYK 0.18 0 0.94 0.72
HSL 71.47º 0.89% 0.15% -
HSV(B) 71.47º 0.94% 0.28% -
XYZ 4.14 5.57 0.97 -
YUV 60.36 96.19 127.03 -
System Red Green Blue C M Y K H S L
Decimal 59 72 4 0.18 0 0.94 0.72 71.47 0.89 0.15
Hex 3B 48 4 12 0 5E 48 47 59 F
Octal 73 110 4 22 0 136 110 107 131 17
Binary 111011 1001000 100 10010 0 1011110 1001000 1000111 1011001 1111

Color Harmonies of #3B4804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4804

Black with #3B4804

Text Example


Text Example

White with #3B4804

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,72,4); }

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

background-color css

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

 a { background-color: rgb(59,72,4); }

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

border-color css

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

 span { border-color: rgb(59,72,4); }

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