Html Css Color HEX #33540D Turtle Green

📋 copy color: '#33540D'

red 51 ◦ green 84 ◦ blue 13

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

Shades of Turtle Green #33540D

Tints of Turtle Green #33540D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 56.76%

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

R = 34.46%
G = 56.76%
B = 8.78%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#33540D (or 0x33540D) is known color: Turtle Green. HEX triplet: 33, 54 and 0D. RGB value is (51,84,13). Sum of RGB (Red+Green+Blue) = 51+84+13=148 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.46% from 148); Green value is 84 (33.20% from 255 or 56.76% from 148); Blue value is 13 (5.47% from 255 or 8.78% from 148); Max value from RGB is 84 - color contains mainly: green. Hex color #33540D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #33540D is #CCABF2. Grayscale: #424242. Windows color (decimal): -13413363 or 873523. OLE color: 873523.

HSL color Cylindrical-coordinate representation of color #33540D: hue angle of 87.89º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #33540D is Cyan = 0.39, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.67.

Color convert

RGB 51 84 13 -
CMYK 0.39 0 0.85 0.67
HSL 87.89º 0.73% 0.19% -
HSV(B) 87.89º 0.85% 0.33% -
XYZ 4.61 7.07 1.5 -
YUV 66.04 98.07 117.27 -
System Red Green Blue C M Y K H S L
Decimal 51 84 13 0.39 0 0.85 0.67 87.89 0.73 0.19
Hex 33 54 D 27 0 55 43 58 49 13
Octal 63 124 15 47 0 125 103 130 111 23
Binary 110011 1010100 1101 100111 0 1010101 1000011 1011000 1001001 10011

Color Harmonies of #33540D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33540D

Black with #33540D

Text Example


Text Example

White with #33540D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33540D; }

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

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

background-color css

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

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

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

border-color css

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

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

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