Html Css Color HEX #3A4304 Turtle Green

📋 copy color: '#3A4304'

red 58 ◦ green 67 ◦ blue 4

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

Shades of Turtle Green #3A4304

Tints of Turtle Green #3A4304

RGB

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

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

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

R = 44.96%
G = 51.94%
B = 3.1%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.94

 K value IS 0.74

RGB Variations

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

Color information

#3A4304 (or 0x3A4304) is known color: Turtle Green. HEX triplet: 3A, 43 and 04. RGB value is (58,67,4). Sum of RGB (Red+Green+Blue) = 58+67+4=129 (17% of max value = 765). Red value is 58 (23.05% from 255 or 44.96% from 129); Green value is 67 (26.56% from 255 or 51.94% from 129); Blue value is 4 (1.95% from 255 or 3.10% from 129); Max value from RGB is 67 - color contains mainly: green. Hex color #3A4304 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4304 is #C5BCFB. Grayscale: #393939. Windows color (decimal): -12958972 or 279354. OLE color: 279354.

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

Color convert

RGB 58 67 4 -
CMYK 0.13 0 0.94 0.74
HSL 68.57º 0.89% 0.14% -
HSV(B) 68.57º 0.94% 0.26% -
XYZ 3.77 4.92 0.87 -
YUV 57.13 98.02 128.62 -
System Red Green Blue C M Y K H S L
Decimal 58 67 4 0.13 0 0.94 0.74 68.57 0.89 0.14
Hex 3A 43 4 D 0 5E 4A 45 59 E
Octal 72 103 4 15 0 136 112 105 131 16
Binary 111010 1000011 100 1101 0 1011110 1001010 1000101 1011001 1110

Color Harmonies of #3A4304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4304

Black with #3A4304

Text Example


Text Example

White with #3A4304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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