Html Css Color HEX #368534 Japanese Laurel

📋 copy color: '#368534'

red 54 ◦ green 133 ◦ blue 52

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

Shades of Japanese Laurel #368534

Tints of Japanese Laurel #368534

RGB

 RED value IS 54 (21.48% from 255) = 22.59%

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

 BLUE value IS 52 (20.7% from 255) = 21.76%

R = 22.59%
G = 55.65%
B = 21.76%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#368534 (or 0x368534) is known color: Japanese Laurel. HEX triplet: 36, 85 and 34. RGB value is (54,133,52). Sum of RGB (Red+Green+Blue) = 54+133+52=239 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.59% from 239); Green value is 133 (52.34% from 255 or 55.65% from 239); Blue value is 52 (20.70% from 255 or 21.76% from 239); Max value from RGB is 133 - color contains mainly: green. Hex color #368534 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368534 is #C97ACB. Grayscale: #646464. Windows color (decimal): -13204172 or 3441974. OLE color: 3441974.

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

Color convert

RGB 54 133 52 -
CMYK 0.59 0 0.61 0.48
HSL 118.52º 0.44% 0.36% -
HSV(B) 118.52º 0.61% 0.52% -
XYZ 10.53 17.81 6.13 -
YUV 100.15 100.83 95.09 -
System Red Green Blue C M Y K H S L
Decimal 54 133 52 0.59 0 0.61 0.48 118.52 0.44 0.36
Hex 36 85 34 3B 0 3D 30 77 2C 24
Octal 66 205 64 73 0 75 60 167 54 44
Binary 110110 10000101 110100 111011 0 111101 110000 1110111 101100 100100

Color Harmonies of #368534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368534

Black with #368534

Text Example


Text Example

White with #368534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368534; }

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

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

background-color css

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

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

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

border-color css

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

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

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