Html Css Color HEX #334C0D Turtle Green

📋 copy color: '#334C0D'

red 51 ◦ green 76 ◦ blue 13

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

Shades of Turtle Green #334C0D

Tints of Turtle Green #334C0D

RGB

 RED value IS 51 (20.31% from 255) = 36.43%

 GREEN value IS 76 (30.08% from 255) = 54.29%

 BLUE value IS 13 (5.47% from 255) = 9.29%

R = 36.43%
G = 54.29%
B = 9.29%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.83

 K value IS 0.70

RGB Variations

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

Color information

#334C0D (or 0x334C0D) is known color: Turtle Green. HEX triplet: 33, 4C and 0D. RGB value is (51,76,13). Sum of RGB (Red+Green+Blue) = 51+76+13=140 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.43% from 140); Green value is 76 (30.08% from 255 or 54.29% from 140); Blue value is 13 (5.47% from 255 or 9.29% from 140); Max value from RGB is 76 - color contains mainly: green. Hex color #334C0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334C0D is #CCB3F2. Grayscale: #3D3D3D. Windows color (decimal): -13415411 or 871475. OLE color: 871475.

HSL color Cylindrical-coordinate representation of color #334C0D: hue angle of 83.81º degrees, saturation: 0.71, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #334C0D is Cyan = 0.33, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.70.

Color convert

RGB 51 76 13 -
CMYK 0.33 0 0.83 0.70
HSL 83.81º 0.71% 0.17% -
HSV(B) 83.81º 0.83% 0.3% -
XYZ 4.02 5.9 1.31 -
YUV 61.34 100.72 120.62 -
System Red Green Blue C M Y K H S L
Decimal 51 76 13 0.33 0 0.83 0.70 83.81 0.71 0.17
Hex 33 4C D 21 0 53 46 54 47 11
Octal 63 114 15 41 0 123 106 124 107 21
Binary 110011 1001100 1101 100001 0 1010011 1000110 1010100 1000111 10001

Color Harmonies of #334C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334C0D

Black with #334C0D

Text Example


Text Example

White with #334C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334C0D; }

 p { color: rgb(51,76,13); }

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

background-color css

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

 a { background-color: rgb(51,76,13); }

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

border-color css

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

 span { border-color: rgb(51,76,13); }

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