Html Css Color HEX #343D1B Turtle Green

📋 copy color: '#343D1B'

red 52 ◦ green 61 ◦ blue 27

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

Shades of Turtle Green #343D1B

Tints of Turtle Green #343D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 19.29%

R = 37.14%
G = 43.57%
B = 19.29%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.56

 K value IS 0.76

RGB Variations

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

Color information

#343D1B (or 0x343D1B) is known color: Turtle Green. HEX triplet: 34, 3D and 1B. RGB value is (52,61,27). Sum of RGB (Red+Green+Blue) = 52+61+27=140 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.14% from 140); Green value is 61 (24.22% from 255 or 43.57% from 140); Blue value is 27 (10.94% from 255 or 19.29% from 140); Max value from RGB is 61 - color contains mainly: green. Hex color #343D1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343D1B is #CBC2E4. Grayscale: #363636. Windows color (decimal): -13353701 or 1785140. OLE color: 1785140.

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

Color convert

RGB 52 61 27 -
CMYK 0.15 0 0.56 0.76
HSL 75.88º 0.39% 0.17% -
HSV(B) 75.88º 0.56% 0.24% -
XYZ 3.28 4.15 1.66 -
YUV 54.43 112.52 126.26 -
System Red Green Blue C M Y K H S L
Decimal 52 61 27 0.15 0 0.56 0.76 75.88 0.39 0.17
Hex 34 3D 1B F 0 38 4C 4C 27 11
Octal 64 75 33 17 0 70 114 114 47 21
Binary 110100 111101 11011 1111 0 111000 1001100 1001100 100111 10001

Color Harmonies of #343D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343D1B

Black with #343D1B

Text Example


Text Example

White with #343D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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