Html Css Color HEX #3A400D Turtle Green

📋 copy color: '#3A400D'

red 58 ◦ green 64 ◦ blue 13

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

Shades of Turtle Green #3A400D

Tints of Turtle Green #3A400D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 9.63%

R = 42.96%
G = 47.41%
B = 9.63%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.80

 K value IS 0.75

RGB Variations

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

Color information

#3A400D (or 0x3A400D) is known color: Turtle Green. HEX triplet: 3A, 40 and 0D. RGB value is (58,64,13). Sum of RGB (Red+Green+Blue) = 58+64+13=135 (17% of max value = 765). Red value is 58 (23.05% from 255 or 42.96% from 135); Green value is 64 (25.39% from 255 or 47.41% from 135); Blue value is 13 (5.47% from 255 or 9.63% from 135); Max value from RGB is 64 - color contains mainly: green. Hex color #3A400D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A400D is #C5BFF2. Grayscale: #383838. Windows color (decimal): -12959731 or 868410. OLE color: 868410.

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

Color convert

RGB 58 64 13 -
CMYK 0.09 0 0.80 0.75
HSL 67.06º 0.66% 0.15% -
HSV(B) 67.06º 0.8% 0.25% -
XYZ 3.65 4.6 1.08 -
YUV 56.39 103.51 129.15 -
System Red Green Blue C M Y K H S L
Decimal 58 64 13 0.09 0 0.80 0.75 67.06 0.66 0.15
Hex 3A 40 D 9 0 50 4B 43 42 F
Octal 72 100 15 11 0 120 113 103 102 17
Binary 111010 1000000 1101 1001 0 1010000 1001011 1000011 1000010 1111

Color Harmonies of #3A400D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A400D

Black with #3A400D

Text Example


Text Example

White with #3A400D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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