Html Css Color HEX #338536 Japanese Laurel

📋 copy color: '#338536'

red 51 ◦ green 133 ◦ blue 54

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

Shades of Japanese Laurel #338536

Tints of Japanese Laurel #338536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 22.69%

R = 21.43%
G = 55.88%
B = 22.69%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.59

 K value IS 0.48

RGB Variations

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

Color information

#338536 (or 0x338536) is known color: Japanese Laurel. HEX triplet: 33, 85 and 36. RGB value is (51,133,54). Sum of RGB (Red+Green+Blue) = 51+133+54=238 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.43% from 238); Green value is 133 (52.34% from 255 or 55.88% from 238); Blue value is 54 (21.48% from 255 or 22.69% from 238); Max value from RGB is 133 - color contains mainly: green. Hex color #338536 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338536 is #CC7AC9. Grayscale: #636363. Windows color (decimal): -13400778 or 3573043. OLE color: 3573043.

HSL color Cylindrical-coordinate representation of color #338536: hue angle of 122.2º 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 #338536 is Cyan = 0.62, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB 51 133 54 -
CMYK 0.62 0 0.59 0.48
HSL 122.2º 0.45% 0.36% -
HSV(B) 122.2º 0.62% 0.52% -
XYZ 10.42 17.75 6.37 -
YUV 99.48 102.33 93.42 -
System Red Green Blue C M Y K H S L
Decimal 51 133 54 0.62 0 0.59 0.48 122.2 0.45 0.36
Hex 33 85 36 3E 0 3B 30 7A 2D 24
Octal 63 205 66 76 0 73 60 172 55 44
Binary 110011 10000101 110110 111110 0 111011 110000 1111010 101101 100100

Color Harmonies of #338536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338536

Black with #338536

Text Example


Text Example

White with #338536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338536; }

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

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

background-color css

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

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

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

border-color css

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

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

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