Html Css Color HEX #344F0B Turtle Green

📋 copy color: '#344F0B'

red 52 ◦ green 79 ◦ blue 11

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

Shades of Turtle Green #344F0B

Tints of Turtle Green #344F0B

RGB

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

 GREEN value IS 79 (31.25% from 255) = 55.63%

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

R = 36.62%
G = 55.63%
B = 7.75%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.86

 K value IS 0.69

RGB Variations

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

Color information

#344F0B (or 0x344F0B) is known color: Turtle Green. HEX triplet: 34, 4F and 0B. RGB value is (52,79,11). Sum of RGB (Red+Green+Blue) = 52+79+11=142 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.62% from 142); Green value is 79 (31.25% from 255 or 55.63% from 142); Blue value is 11 (4.69% from 255 or 7.75% from 142); Max value from RGB is 79 - color contains mainly: green. Hex color #344F0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #344F0B is #CBB0F4. Grayscale: #3F3F3F. Windows color (decimal): -13349109 or 741172. OLE color: 741172.

HSL color Cylindrical-coordinate representation of color #344F0B: hue angle of 83.82º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #344F0B is Cyan = 0.34, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.69.

Color convert

RGB 52 79 11 -
CMYK 0.34 0 0.86 0.69
HSL 83.82º 0.76% 0.18% -
HSV(B) 83.82º 0.86% 0.31% -
XYZ 4.27 6.35 1.32 -
YUV 63.18 98.55 120.03 -
System Red Green Blue C M Y K H S L
Decimal 52 79 11 0.34 0 0.86 0.69 83.82 0.76 0.18
Hex 34 4F B 22 0 56 45 54 4C 12
Octal 64 117 13 42 0 126 105 124 114 22
Binary 110100 1001111 1011 100010 0 1010110 1000101 1010100 1001100 10010

Color Harmonies of #344F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344F0B

Black with #344F0B

Text Example


Text Example

White with #344F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,79,11); }

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

background-color css

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

 a { background-color: rgb(52,79,11); }

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

border-color css

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

 span { border-color: rgb(52,79,11); }

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