Html Css Color HEX #368438 Japanese Laurel

📋 copy color: '#368438'

red 54 ◦ green 132 ◦ blue 56

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

Shades of Japanese Laurel #368438

Tints of Japanese Laurel #368438

RGB

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

 GREEN value IS 132 (51.95% from 255) = 54.55%

 BLUE value IS 56 (22.27% from 255) = 23.14%

R = 22.31%
G = 54.55%
B = 23.14%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.58

 K value IS 0.48

RGB Variations

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

Color information

#368438 (or 0x368438) is known color: Japanese Laurel. HEX triplet: 36, 84 and 38. RGB value is (54,132,56). Sum of RGB (Red+Green+Blue) = 54+132+56=242 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.31% from 242); Green value is 132 (51.95% from 255 or 54.55% from 242); Blue value is 56 (22.27% from 255 or 23.14% from 242); Max value from RGB is 132 - color contains mainly: green. Hex color #368438 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368438 is #C97BC7. Grayscale: #646464. Windows color (decimal): -13204424 or 3703862. OLE color: 3703862.

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

Color convert

RGB 54 132 56 -
CMYK 0.59 0 0.58 0.48
HSL 121.54º 0.42% 0.36% -
HSV(B) 121.54º 0.59% 0.52% -
XYZ 10.49 17.57 6.58 -
YUV 100.01 103.16 95.18 -
System Red Green Blue C M Y K H S L
Decimal 54 132 56 0.59 0 0.58 0.48 121.54 0.42 0.36
Hex 36 84 38 3B 0 3A 30 7A 2A 24
Octal 66 204 70 73 0 72 60 172 52 44
Binary 110110 10000100 111000 111011 0 111010 110000 1111010 101010 100100

Color Harmonies of #368438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368438

Black with #368438

Text Example


Text Example

White with #368438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368438; }

 p { color: rgb(54,132,56); }

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

background-color css

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

 a { background-color: rgb(54,132,56); }

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

border-color css

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

 span { border-color: rgb(54,132,56); }

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