Html Css Color HEX #334C0B Turtle Green

📋 copy color: '#334C0B'

red 51 ◦ green 76 ◦ blue 11

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

Shades of Turtle Green #334C0B

Tints of Turtle Green #334C0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 7.97%

R = 36.96%
G = 55.07%
B = 7.97%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.86

 K value IS 0.70

RGB Variations

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

Color information

#334C0B (or 0x334C0B) is known color: Turtle Green. HEX triplet: 33, 4C and 0B. RGB value is (51,76,11). Sum of RGB (Red+Green+Blue) = 51+76+11=138 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.96% from 138); Green value is 76 (30.08% from 255 or 55.07% from 138); Blue value is 11 (4.69% from 255 or 7.97% from 138); Max value from RGB is 76 - color contains mainly: green. Hex color #334C0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334C0B is #CCB3F4. Grayscale: #3D3D3D. Windows color (decimal): -13415413 or 740403. OLE color: 740403.

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

Color convert

RGB 51 76 11 -
CMYK 0.33 0 0.86 0.70
HSL 83.08º 0.75% 0.17% -
HSV(B) 83.08º 0.86% 0.3% -
XYZ 4.01 5.9 1.24 -
YUV 61.12 99.72 120.79 -
System Red Green Blue C M Y K H S L
Decimal 51 76 11 0.33 0 0.86 0.70 83.08 0.75 0.17
Hex 33 4C B 21 0 56 46 53 4B 11
Octal 63 114 13 41 0 126 106 123 113 21
Binary 110011 1001100 1011 100001 0 1010110 1000110 1010011 1001011 10001

Color Harmonies of #334C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334C0B

Black with #334C0B

Text Example


Text Example

White with #334C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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