Html Css Color HEX #3A400F Turtle Green

📋 copy color: '#3A400F'

red 58 ◦ green 64 ◦ blue 15

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

Shades of Turtle Green #3A400F

Tints of Turtle Green #3A400F

RGB

 RED value IS 58 (23.05% from 255) = 42.34%

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

 BLUE value IS 15 (6.25% from 255) = 10.95%

R = 42.34%
G = 46.72%
B = 10.95%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.77

 K value IS 0.75

RGB Variations

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

Color information

#3A400F (or 0x3A400F) is known color: Turtle Green. HEX triplet: 3A, 40 and 0F. RGB value is (58,64,15). Sum of RGB (Red+Green+Blue) = 58+64+15=137 (18% of max value = 765). Red value is 58 (23.05% from 255 or 42.34% from 137); Green value is 64 (25.39% from 255 or 46.72% from 137); Blue value is 15 (6.25% from 255 or 10.95% from 137); Max value from RGB is 64 - color contains mainly: green. Hex color #3A400F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A400F is #C5BFF0. Grayscale: #383838. Windows color (decimal): -12959729 or 999482. OLE color: 999482.

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

Color convert

RGB 58 64 15 -
CMYK 0.09 0 0.77 0.75
HSL 67.35º 0.62% 0.15% -
HSV(B) 67.35º 0.77% 0.25% -
XYZ 3.66 4.6 1.15 -
YUV 56.62 104.51 128.98 -
System Red Green Blue C M Y K H S L
Decimal 58 64 15 0.09 0 0.77 0.75 67.35 0.62 0.15
Hex 3A 40 F 9 0 4D 4B 43 3E F
Octal 72 100 17 11 0 115 113 103 76 17
Binary 111010 1000000 1111 1001 0 1001101 1001011 1000011 111110 1111

Color Harmonies of #3A400F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A400F

Black with #3A400F

Text Example


Text Example

White with #3A400F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,64,15); }

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

background-color css

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

 a { background-color: rgb(58,64,15); }

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

border-color css

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

 span { border-color: rgb(58,64,15); }

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