Html Css Color HEX #248636 Japanese Laurel

📋 copy color: '#248636'

red 36 ◦ green 134 ◦ blue 54

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

Shades of Japanese Laurel #248636

Tints of Japanese Laurel #248636

RGB

 RED value IS 36 (14.45% from 255) = 16.07%

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

 BLUE value IS 54 (21.48% from 255) = 24.11%

R = 16.07%
G = 59.82%
B = 24.11%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#248636 (or 0x248636) is known color: Japanese Laurel. HEX triplet: 24, 86 and 36. RGB value is (36,134,54). Sum of RGB (Red+Green+Blue) = 36+134+54=224 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.07% from 224); Green value is 134 (52.73% from 255 or 59.82% from 224); Blue value is 54 (21.48% from 255 or 24.11% from 224); Max value from RGB is 134 - color contains mainly: green. Hex color #248636 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248636 is #DB79C9. Grayscale: #5F5F5F. Windows color (decimal): -14383562 or 3573284. OLE color: 3573284.

HSL color Cylindrical-coordinate representation of color #248636: hue angle of 131.02º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #248636 is Cyan = 0.73, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB 36 134 54 -
CMYK 0.73 0 0.60 0.47
HSL 131.02º 0.58% 0.33% -
HSV(B) 131.02º 0.73% 0.53% -
XYZ 9.92 17.69 6.38 -
YUV 95.58 104.53 85.5 -
System Red Green Blue C M Y K H S L
Decimal 36 134 54 0.73 0 0.60 0.47 131.02 0.58 0.33
Hex 24 86 36 49 0 3C 2F 83 3A 21
Octal 44 206 66 111 0 74 57 203 72 41
Binary 100100 10000110 110110 1001001 0 111100 101111 10000011 111010 100001

Color Harmonies of #248636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248636

Black with #248636

Text Example


Text Example

White with #248636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248636; }

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

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

background-color css

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

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

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

border-color css

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

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

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