Html Css Color HEX #3A430B Turtle Green

📋 copy color: '#3A430B'

red 58 ◦ green 67 ◦ blue 11

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

Shades of Turtle Green #3A430B

Tints of Turtle Green #3A430B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 8.09%

R = 42.65%
G = 49.26%
B = 8.09%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.84

 K value IS 0.74

RGB Variations

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

Color information

#3A430B (or 0x3A430B) is known color: Turtle Green. HEX triplet: 3A, 43 and 0B. RGB value is (58,67,11). Sum of RGB (Red+Green+Blue) = 58+67+11=136 (18% of max value = 765). Red value is 58 (23.05% from 255 or 42.65% from 136); Green value is 67 (26.56% from 255 or 49.26% from 136); Blue value is 11 (4.69% from 255 or 8.09% from 136); Max value from RGB is 67 - color contains mainly: green. Hex color #3A430B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A430B is #C5BCF4. Grayscale: #3A3A3A. Windows color (decimal): -12958965 or 738106. OLE color: 738106.

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

Color convert

RGB 58 67 11 -
CMYK 0.13 0 0.84 0.74
HSL 69.64º 0.72% 0.15% -
HSV(B) 69.64º 0.84% 0.26% -
XYZ 3.81 4.94 1.07 -
YUV 57.93 101.52 128.05 -
System Red Green Blue C M Y K H S L
Decimal 58 67 11 0.13 0 0.84 0.74 69.64 0.72 0.15
Hex 3A 43 B D 0 54 4A 46 48 F
Octal 72 103 13 15 0 124 112 106 110 17
Binary 111010 1000011 1011 1101 0 1010100 1001010 1000110 1001000 1111

Color Harmonies of #3A430B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A430B

Black with #3A430B

Text Example


Text Example

White with #3A430B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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