Html Css Color HEX #334613 Turtle Green

📋 copy color: '#334613'

red 51 ◦ green 70 ◦ blue 19

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

Shades of Turtle Green #334613

Tints of Turtle Green #334613

RGB

 RED value IS 51 (20.31% from 255) = 36.43%

 GREEN value IS 70 (27.73% from 255) = 50%

 BLUE value IS 19 (7.81% from 255) = 13.57%

R = 36.43%
G = 50%
B = 13.57%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.73

 K value IS 0.73

RGB Variations

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

Color information

#334613 (or 0x334613) is known color: Turtle Green. HEX triplet: 33, 46 and 13. RGB value is (51,70,19). Sum of RGB (Red+Green+Blue) = 51+70+19=140 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.43% from 140); Green value is 70 (27.73% from 255 or 50% from 140); Blue value is 19 (7.81% from 255 or 13.57% from 140); Max value from RGB is 70 - color contains mainly: green. Hex color #334613 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334613 is #CCB9EC. Grayscale: #3A3A3A. Windows color (decimal): -13416941 or 1263155. OLE color: 1263155.

HSL color Cylindrical-coordinate representation of color #334613: hue angle of 82.35º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #334613 is Cyan = 0.27, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.73.

Color convert

RGB 51 70 19 -
CMYK 0.27 0 0.73 0.73
HSL 82.35º 0.57% 0.17% -
HSV(B) 82.35º 0.73% 0.27% -
XYZ 3.67 5.13 1.41 -
YUV 58.51 105.71 122.65 -
System Red Green Blue C M Y K H S L
Decimal 51 70 19 0.27 0 0.73 0.73 82.35 0.57 0.17
Hex 33 46 13 1B 0 49 49 52 39 11
Octal 63 106 23 33 0 111 111 122 71 21
Binary 110011 1000110 10011 11011 0 1001001 1001001 1010010 111001 10001

Color Harmonies of #334613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334613

Black with #334613

Text Example


Text Example

White with #334613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334613; }

 p { color: rgb(51,70,19); }

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

background-color css

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

 a { background-color: rgb(51,70,19); }

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

border-color css

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

 span { border-color: rgb(51,70,19); }

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