Html Css Color HEX #368C3A Japanese Laurel

📋 copy color: '#368C3A'

red 54 ◦ green 140 ◦ blue 58

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

Shades of Japanese Laurel #368C3A

Tints of Japanese Laurel #368C3A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 55.56%

 BLUE value IS 58 (23.05% from 255) = 23.02%

R = 21.43%
G = 55.56%
B = 23.02%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.59

 K value IS 0.45

RGB Variations

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

Color information

#368C3A (or 0x368C3A) is known color: Japanese Laurel. HEX triplet: 36, 8C and 3A. RGB value is (54,140,58). Sum of RGB (Red+Green+Blue) = 54+140+58=252 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.43% from 252); Green value is 140 (55.08% from 255 or 55.56% from 252); Blue value is 58 (23.05% from 255 or 23.02% from 252); Max value from RGB is 140 - color contains mainly: green. Hex color #368C3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368C3A is #C973C5. Grayscale: #696969. Windows color (decimal): -13202374 or 3836982. OLE color: 3836982.

HSL color Cylindrical-coordinate representation of color #368C3A: hue angle of 122.79º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #368C3A is Cyan = 0.61, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.45.

Color convert

RGB 54 140 58 -
CMYK 0.61 0 0.59 0.45
HSL 122.79º 0.44% 0.38% -
HSV(B) 122.79º 0.61% 0.55% -
XYZ 11.66 19.85 7.22 -
YUV 104.94 101.51 91.67 -
System Red Green Blue C M Y K H S L
Decimal 54 140 58 0.61 0 0.59 0.45 122.79 0.44 0.38
Hex 36 8C 3A 3D 0 3B 2D 7B 2C 26
Octal 66 214 72 75 0 73 55 173 54 46
Binary 110110 10001100 111010 111101 0 111011 101101 1111011 101100 100110

Color Harmonies of #368C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368C3A

Black with #368C3A

Text Example


Text Example

White with #368C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368C3A; }

 p { color: rgb(54,140,58); }

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

background-color css

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

 a { background-color: rgb(54,140,58); }

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

border-color css

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

 span { border-color: rgb(54,140,58); }

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