Html Css Color HEX #338535 Japanese Laurel

📋 copy color: '#338535'

red 51 ◦ green 133 ◦ blue 53

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

Shades of Japanese Laurel #338535

Tints of Japanese Laurel #338535

RGB

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

 GREEN value IS 133 (52.34% from 255) = 56.12%

 BLUE value IS 53 (21.09% from 255) = 22.36%

R = 21.52%
G = 56.12%
B = 22.36%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.60

 K value IS 0.48

RGB Variations

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

Color information

#338535 (or 0x338535) is known color: Japanese Laurel. HEX triplet: 33, 85 and 35. RGB value is (51,133,53). Sum of RGB (Red+Green+Blue) = 51+133+53=237 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.52% from 237); Green value is 133 (52.34% from 255 or 56.12% from 237); Blue value is 53 (21.09% from 255 or 22.36% from 237); Max value from RGB is 133 - color contains mainly: green. Hex color #338535 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338535 is #CC7ACA. Grayscale: #636363. Windows color (decimal): -13400779 or 3507507. OLE color: 3507507.

HSL color Cylindrical-coordinate representation of color #338535: hue angle of 121.46º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #338535 is Cyan = 0.62, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.48.

Color convert

RGB 51 133 53 -
CMYK 0.62 0 0.60 0.48
HSL 121.46º 0.45% 0.36% -
HSV(B) 121.46º 0.62% 0.52% -
XYZ 10.4 17.74 6.24 -
YUV 99.36 101.83 93.5 -
System Red Green Blue C M Y K H S L
Decimal 51 133 53 0.62 0 0.60 0.48 121.46 0.45 0.36
Hex 33 85 35 3E 0 3C 30 79 2D 24
Octal 63 205 65 76 0 74 60 171 55 44
Binary 110011 10000101 110101 111110 0 111100 110000 1111001 101101 100100

Color Harmonies of #338535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338535

Black with #338535

Text Example


Text Example

White with #338535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338535; }

 p { color: rgb(51,133,53); }

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

background-color css

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

 a { background-color: rgb(51,133,53); }

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

border-color css

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

 span { border-color: rgb(51,133,53); }

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