Html Css Color HEX #3A430E Turtle Green

📋 copy color: '#3A430E'

red 58 ◦ green 67 ◦ blue 14

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

Shades of Turtle Green #3A430E

Tints of Turtle Green #3A430E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 48.2%

 BLUE value IS 14 (5.86% from 255) = 10.07%

R = 41.73%
G = 48.2%
B = 10.07%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.79

 K value IS 0.74

RGB Variations

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

Color information

#3A430E (or 0x3A430E) is known color: Turtle Green. HEX triplet: 3A, 43 and 0E. RGB value is (58,67,14). Sum of RGB (Red+Green+Blue) = 58+67+14=139 (18% of max value = 765). Red value is 58 (23.05% from 255 or 41.73% from 139); Green value is 67 (26.56% from 255 or 48.20% from 139); Blue value is 14 (5.86% from 255 or 10.07% from 139); Max value from RGB is 67 - color contains mainly: green. Hex color #3A430E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A430E is #C5BCF1. Grayscale: #3A3A3A. Windows color (decimal): -12958962 or 934714. OLE color: 934714.

HSL color Cylindrical-coordinate representation of color #3A430E: hue angle of 70.19º degrees, saturation: 0.65, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3A430E is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.74.

Color convert

RGB 58 67 14 -
CMYK 0.13 0 0.79 0.74
HSL 70.19º 0.65% 0.16% -
HSV(B) 70.19º 0.79% 0.26% -
XYZ 3.83 4.95 1.17 -
YUV 58.27 103.02 127.81 -
System Red Green Blue C M Y K H S L
Decimal 58 67 14 0.13 0 0.79 0.74 70.19 0.65 0.16
Hex 3A 43 E D 0 4F 4A 46 41 10
Octal 72 103 16 15 0 117 112 106 101 20
Binary 111010 1000011 1110 1101 0 1001111 1001010 1000110 1000001 10000

Color Harmonies of #3A430E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A430E

Black with #3A430E

Text Example


Text Example

White with #3A430E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,67,14); }

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

background-color css

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

 a { background-color: rgb(58,67,14); }

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

border-color css

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

 span { border-color: rgb(58,67,14); }

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