Html Css Color HEX #3A4003 Turtle Green

📋 copy color: '#3A4003'

red 58 ◦ green 64 ◦ blue 3

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

Shades of Turtle Green #3A4003

Tints of Turtle Green #3A4003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.4%

R = 46.4%
G = 51.2%
B = 2.4%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.95

 K value IS 0.75

RGB Variations

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

Color information

#3A4003 (or 0x3A4003) is known color: Turtle Green. HEX triplet: 3A, 40 and 03. RGB value is (58,64,3). Sum of RGB (Red+Green+Blue) = 58+64+3=125 (16% of max value = 765). Red value is 58 (23.05% from 255 or 46.4% from 125); Green value is 64 (25.39% from 255 or 51.2% from 125); Blue value is 3 (1.56% from 255 or 2.4% from 125); Max value from RGB is 64 - color contains mainly: green. Hex color #3A4003 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4003 is #C5BFFC. Grayscale: #373737. Windows color (decimal): -12959741 or 213050. OLE color: 213050.

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

Color convert

RGB 58 64 3 -
CMYK 0.09 0 0.95 0.75
HSL 65.9º 0.91% 0.13% -
HSV(B) 65.9º 0.95% 0.25% -
XYZ 3.59 4.57 0.78 -
YUV 55.25 98.51 129.96 -
System Red Green Blue C M Y K H S L
Decimal 58 64 3 0.09 0 0.95 0.75 65.9 0.91 0.13
Hex 3A 40 3 9 0 5F 4B 42 5B D
Octal 72 100 3 11 0 137 113 102 133 15
Binary 111010 1000000 11 1001 0 1011111 1001011 1000010 1011011 1101

Color Harmonies of #3A4003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4003

Black with #3A4003

Text Example


Text Example

White with #3A4003

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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