Html Css Color HEX #344400 Turtle Green

📋 copy color: '#344400'

red 52 ◦ green 68 ◦ blue 0

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

Shades of Turtle Green #344400

Tints of Turtle Green #344400

RGB

 RED value IS 52 (20.7% from 255) = 43.33%

 GREEN value IS 68 (26.95% from 255) = 56.67%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 43.33%
G = 56.67%
B = 0%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#344400 (or 0x344400) is known color: Turtle Green. HEX triplet: 34, 44 and 00. RGB value is (52,68,0). Sum of RGB (Red+Green+Blue) = 52+68+0=120 (15% of max value = 765). Red value is 52 (20.70% from 255 or 43.33% from 120); Green value is 68 (26.95% from 255 or 56.67% from 120); Blue value is 0 (0.39% from 255 or 0% from 120); Max value from RGB is 68 - color contains mainly: green. Hex color #344400 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344400 is #CBBBFF. Grayscale: #373737. Windows color (decimal): -13351936 or 17460. OLE color: 17460.

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

Color convert

RGB 52 68 0 -
CMYK 0.24 0 1 0.73
HSL 74.12º 1% 0.13% -
HSV(B) 74.12º 1% 0.27% -
XYZ 3.48 4.86 0.76 -
YUV 55.46 96.7 125.53 -
System Red Green Blue C M Y K H S L
Decimal 52 68 0 0.24 0 1 0.73 74.12 1 0.13
Hex 34 44 0 18 0 64 49 4A 64 D
Octal 64 104 0 30 0 144 111 112 144 15
Binary 110100 1000100 0 11000 0 1100100 1001001 1001010 1100100 1101

Color Harmonies of #344400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344400

Black with #344400

Text Example


Text Example

White with #344400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344400; }

 p { color: rgb(52,68,0); }

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

background-color css

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

 a { background-color: rgb(52,68,0); }

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

border-color css

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

 span { border-color: rgb(52,68,0); }

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