Html Css Color HEX #344003 Turtle Green

📋 copy color: '#344003'

red 52 ◦ green 64 ◦ blue 3

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

Shades of Turtle Green #344003

Tints of Turtle Green #344003

RGB

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

 GREEN value IS 64 (25.39% from 255) = 53.78%

 BLUE value IS 3 (1.56% from 255) = 2.52%

R = 43.7%
G = 53.78%
B = 2.52%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.95

 K value IS 0.75

RGB Variations

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

Color information

#344003 (or 0x344003) is known color: Turtle Green. HEX triplet: 34, 40 and 03. RGB value is (52,64,3). Sum of RGB (Red+Green+Blue) = 52+64+3=119 (15% of max value = 765). Red value is 52 (20.70% from 255 or 43.70% from 119); Green value is 64 (25.39% from 255 or 53.78% from 119); Blue value is 3 (1.56% from 255 or 2.52% from 119); Max value from RGB is 64 - color contains mainly: green. Hex color #344003 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344003 is #CBBFFC. Grayscale: #353535. Windows color (decimal): -13352957 or 213044. OLE color: 213044.

HSL color Cylindrical-coordinate representation of color #344003: hue angle of 71.8º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #344003 is Cyan = 0.19, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.75.

Color convert

RGB 52 64 3 -
CMYK 0.19 0 0.95 0.75
HSL 71.8º 0.91% 0.13% -
HSV(B) 71.8º 0.95% 0.25% -
XYZ 3.27 4.4 0.76 -
YUV 53.46 99.52 126.96 -
System Red Green Blue C M Y K H S L
Decimal 52 64 3 0.19 0 0.95 0.75 71.8 0.91 0.13
Hex 34 40 3 13 0 5F 4B 48 5B D
Octal 64 100 3 23 0 137 113 110 133 15
Binary 110100 1000000 11 10011 0 1011111 1001011 1001000 1011011 1101

Color Harmonies of #344003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344003

Black with #344003

Text Example


Text Example

White with #344003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344003; }

 p { color: rgb(52,64,3); }

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

background-color css

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

 a { background-color: rgb(52,64,3); }

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

border-color css

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

 span { border-color: rgb(52,64,3); }

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