Html Css Color HEX #344B06 Turtle Green

📋 copy color: '#344B06'

red 52 ◦ green 75 ◦ blue 6

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

Shades of Turtle Green #344B06

Tints of Turtle Green #344B06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4.51%

R = 39.1%
G = 56.39%
B = 4.51%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.92

 K value IS 0.71

RGB Variations

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

Color information

#344B06 (or 0x344B06) is known color: Turtle Green. HEX triplet: 34, 4B and 06. RGB value is (52,75,6). Sum of RGB (Red+Green+Blue) = 52+75+6=133 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.10% from 133); Green value is 75 (29.69% from 255 or 56.39% from 133); Blue value is 6 (2.73% from 255 or 4.51% from 133); Max value from RGB is 75 - color contains mainly: green. Hex color #344B06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344B06 is #CBB4F9. Grayscale: #3C3C3C. Windows color (decimal): -13350138 or 412468. OLE color: 412468.

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

Color convert

RGB 52 75 6 -
CMYK 0.31 0 0.92 0.71
HSL 80º 0.85% 0.16% -
HSV(B) 80º 0.92% 0.29% -
XYZ 3.97 5.78 1.08 -
YUV 60.26 97.38 122.11 -
System Red Green Blue C M Y K H S L
Decimal 52 75 6 0.31 0 0.92 0.71 80 0.85 0.16
Hex 34 4B 6 1F 0 5C 47 50 55 10
Octal 64 113 6 37 0 134 107 120 125 20
Binary 110100 1001011 110 11111 0 1011100 1000111 1010000 1010101 10000

Color Harmonies of #344B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344B06

Black with #344B06

Text Example


Text Example

White with #344B06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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