Html Css Color HEX #368641 Japanese Laurel

📋 copy color: '#368641'

red 54 ◦ green 134 ◦ blue 65

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

Shades of Japanese Laurel #368641

Tints of Japanese Laurel #368641

RGB

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

 GREEN value IS 134 (52.73% from 255) = 52.96%

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

R = 21.34%
G = 52.96%
B = 25.69%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#368641 (or 0x368641) is known color: Japanese Laurel. HEX triplet: 36, 86 and 41. RGB value is (54,134,65). Sum of RGB (Red+Green+Blue) = 54+134+65=253 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.34% from 253); Green value is 134 (52.73% from 255 or 52.96% from 253); Blue value is 65 (25.78% from 255 or 25.69% from 253); Max value from RGB is 134 - color contains mainly: green. Hex color #368641 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368641 is #C979BE. Grayscale: #666666. Windows color (decimal): -13203903 or 4294198. OLE color: 4294198.

HSL color Cylindrical-coordinate representation of color #368641: hue angle of 128.25º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #368641 is Cyan = 0.60, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB 54 134 65 -
CMYK 0.60 0 0.51 0.47
HSL 128.25º 0.43% 0.37% -
HSV(B) 128.25º 0.6% 0.53% -
XYZ 11 18.22 7.94 -
YUV 102.21 107 93.61 -
System Red Green Blue C M Y K H S L
Decimal 54 134 65 0.60 0 0.51 0.47 128.25 0.43 0.37
Hex 36 86 41 3C 0 33 2F 80 2B 25
Octal 66 206 101 74 0 63 57 200 53 45
Binary 110110 10000110 1000001 111100 0 110011 101111 10000000 101011 100101

Color Harmonies of #368641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368641

Black with #368641

Text Example


Text Example

White with #368641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368641; }

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

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

background-color css

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

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

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

border-color css

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

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

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