Html Css Color HEX #343D07 Turtle Green

📋 copy color: '#343D07'

red 52 ◦ green 61 ◦ blue 7

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

Shades of Turtle Green #343D07

Tints of Turtle Green #343D07

RGB

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

 GREEN value IS 61 (24.22% from 255) = 50.83%

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

R = 43.33%
G = 50.83%
B = 5.83%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.89

 K value IS 0.76

RGB Variations

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

Color information

#343D07 (or 0x343D07) is known color: Turtle Green. HEX triplet: 34, 3D and 07. RGB value is (52,61,7). Sum of RGB (Red+Green+Blue) = 52+61+7=120 (15% of max value = 765). Red value is 52 (20.70% from 255 or 43.33% from 120); Green value is 61 (24.22% from 255 or 50.83% from 120); Blue value is 7 (3.12% from 255 or 5.83% from 120); Max value from RGB is 61 - color contains mainly: green. Hex color #343D07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343D07 is #CBC2F8. Grayscale: #343434. Windows color (decimal): -13353721 or 474420. OLE color: 474420.

HSL color Cylindrical-coordinate representation of color #343D07: hue angle of 70º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #343D07 is Cyan = 0.15, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.76.

Color convert

RGB 52 61 7 -
CMYK 0.15 0 0.89 0.76
HSL 70º 0.79% 0.13% -
HSV(B) 70º 0.89% 0.24% -
XYZ 3.12 4.08 0.82 -
YUV 52.15 102.52 127.89 -
System Red Green Blue C M Y K H S L
Decimal 52 61 7 0.15 0 0.89 0.76 70 0.79 0.13
Hex 34 3D 7 F 0 59 4C 46 4F D
Octal 64 75 7 17 0 131 114 106 117 15
Binary 110100 111101 111 1111 0 1011001 1001100 1000110 1001111 1101

Color Harmonies of #343D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343D07

Black with #343D07

Text Example


Text Example

White with #343D07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343D07; }

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

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

background-color css

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

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

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

border-color css

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

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

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