Html Css Color HEX #368541 Japanese Laurel

📋 copy color: '#368541'

red 54 ◦ green 133 ◦ blue 65

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

Shades of Japanese Laurel #368541

Tints of Japanese Laurel #368541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 25.79%

R = 21.43%
G = 52.78%
B = 25.79%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#368541 (or 0x368541) is known color: Japanese Laurel. HEX triplet: 36, 85 and 41. RGB value is (54,133,65). Sum of RGB (Red+Green+Blue) = 54+133+65=252 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.43% from 252); Green value is 133 (52.34% from 255 or 52.78% from 252); Blue value is 65 (25.78% from 255 or 25.79% from 252); Max value from RGB is 133 - color contains mainly: green. Hex color #368541 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368541 is #C97ABE. Grayscale: #656565. Windows color (decimal): -13204159 or 4293942. OLE color: 4293942.

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

Color convert

RGB 54 133 65 -
CMYK 0.59 0 0.51 0.48
HSL 128.35º 0.42% 0.37% -
HSV(B) 128.35º 0.59% 0.52% -
XYZ 10.86 17.94 7.89 -
YUV 101.63 107.33 94.03 -
System Red Green Blue C M Y K H S L
Decimal 54 133 65 0.59 0 0.51 0.48 128.35 0.42 0.37
Hex 36 85 41 3B 0 33 30 80 2A 25
Octal 66 205 101 73 0 63 60 200 52 45
Binary 110110 10000101 1000001 111011 0 110011 110000 10000000 101010 100101

Color Harmonies of #368541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368541

Black with #368541

Text Example


Text Example

White with #368541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368541; }

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

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

background-color css

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

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

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

border-color css

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

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

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