Html Css Color HEX #343F04 Turtle Green

📋 copy color: '#343F04'

red 52 ◦ green 63 ◦ blue 4

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

Shades of Turtle Green #343F04

Tints of Turtle Green #343F04

RGB

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

 GREEN value IS 63 (25% from 255) = 52.94%

 BLUE value IS 4 (1.95% from 255) = 3.36%

R = 43.7%
G = 52.94%
B = 3.36%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.94

 K value IS 0.75

RGB Variations

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

Color information

#343F04 (or 0x343F04) is known color: Turtle Green. HEX triplet: 34, 3F and 04. RGB value is (52,63,4). Sum of RGB (Red+Green+Blue) = 52+63+4=119 (15% of max value = 765). Red value is 52 (20.70% from 255 or 43.70% from 119); Green value is 63 (25% from 255 or 52.94% from 119); Blue value is 4 (1.95% from 255 or 3.36% from 119); Max value from RGB is 63 - color contains mainly: green. Hex color #343F04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343F04 is #CBC0FB. Grayscale: #353535. Windows color (decimal): -13353212 or 278324. OLE color: 278324.

HSL color Cylindrical-coordinate representation of color #343F04: hue angle of 71.19º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #343F04 is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.75.

Color convert

RGB 52 63 4 -
CMYK 0.17 0 0.94 0.75
HSL 71.19º 0.88% 0.13% -
HSV(B) 71.19º 0.94% 0.25% -
XYZ 3.22 4.29 0.77 -
YUV 52.99 100.36 127.3 -
System Red Green Blue C M Y K H S L
Decimal 52 63 4 0.17 0 0.94 0.75 71.19 0.88 0.13
Hex 34 3F 4 11 0 5E 4B 47 58 D
Octal 64 77 4 21 0 136 113 107 130 15
Binary 110100 111111 100 10001 0 1011110 1001011 1000111 1011000 1101

Color Harmonies of #343F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343F04

Black with #343F04

Text Example


Text Example

White with #343F04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,63,4); }

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

background-color css

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

 a { background-color: rgb(52,63,4); }

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

border-color css

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

 span { border-color: rgb(52,63,4); }

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