Html Css Color HEX #344B0E Turtle Green

📋 copy color: '#344B0E'

red 52 ◦ green 75 ◦ blue 14

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

Shades of Turtle Green #344B0E

Tints of Turtle Green #344B0E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 53.19%

 BLUE value IS 14 (5.86% from 255) = 9.93%

R = 36.88%
G = 53.19%
B = 9.93%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.81

 K value IS 0.71

RGB Variations

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

Color information

#344B0E (or 0x344B0E) is known color: Turtle Green. HEX triplet: 34, 4B and 0E. RGB value is (52,75,14). Sum of RGB (Red+Green+Blue) = 52+75+14=141 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.88% from 141); Green value is 75 (29.69% from 255 or 53.19% from 141); Blue value is 14 (5.86% from 255 or 9.93% from 141); Max value from RGB is 75 - color contains mainly: green. Hex color #344B0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344B0E is #CBB4F1. Grayscale: #3D3D3D. Windows color (decimal): -13350130 or 936756. OLE color: 936756.

HSL color Cylindrical-coordinate representation of color #344B0E: hue angle of 82.62º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #344B0E is Cyan = 0.31, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.71.

Color convert

RGB 52 75 14 -
CMYK 0.31 0 0.81 0.71
HSL 82.62º 0.69% 0.17% -
HSV(B) 82.62º 0.81% 0.29% -
XYZ 4.01 5.79 1.32 -
YUV 61.17 101.38 121.46 -
System Red Green Blue C M Y K H S L
Decimal 52 75 14 0.31 0 0.81 0.71 82.62 0.69 0.17
Hex 34 4B E 1F 0 51 47 53 45 11
Octal 64 113 16 37 0 121 107 123 105 21
Binary 110100 1001011 1110 11111 0 1010001 1000111 1010011 1000101 10001

Color Harmonies of #344B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344B0E

Black with #344B0E

Text Example


Text Example

White with #344B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344B0E; }

 p { color: rgb(52,75,14); }

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

background-color css

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

 a { background-color: rgb(52,75,14); }

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

border-color css

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

 span { border-color: rgb(52,75,14); }

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