Html Css Color HEX #344F07 Turtle Green

📋 copy color: '#344F07'

red 52 ◦ green 79 ◦ blue 7

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

Shades of Turtle Green #344F07

Tints of Turtle Green #344F07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 5.07%

R = 37.68%
G = 57.25%
B = 5.07%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.91

 K value IS 0.69

RGB Variations

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

Color information

#344F07 (or 0x344F07) is known color: Turtle Green. HEX triplet: 34, 4F and 07. RGB value is (52,79,7). Sum of RGB (Red+Green+Blue) = 52+79+7=138 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.68% from 138); Green value is 79 (31.25% from 255 or 57.25% from 138); Blue value is 7 (3.12% from 255 or 5.07% from 138); Max value from RGB is 79 - color contains mainly: green. Hex color #344F07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #344F07 is #CBB0F8. Grayscale: #3E3E3E. Windows color (decimal): -13349113 or 479028. OLE color: 479028.

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

Color convert

RGB 52 79 7 -
CMYK 0.34 0 0.91 0.69
HSL 82.5º 0.84% 0.17% -
HSV(B) 82.5º 0.91% 0.31% -
XYZ 4.25 6.34 1.2 -
YUV 62.72 96.55 120.35 -
System Red Green Blue C M Y K H S L
Decimal 52 79 7 0.34 0 0.91 0.69 82.5 0.84 0.17
Hex 34 4F 7 22 0 5B 45 52 54 11
Octal 64 117 7 42 0 133 105 122 124 21
Binary 110100 1001111 111 100010 0 1011011 1000101 1010010 1010100 10001

Color Harmonies of #344F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344F07

Black with #344F07

Text Example


Text Example

White with #344F07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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