Html Css Color HEX #38863C Japanese Laurel

📋 copy color: '#38863C'

red 56 ◦ green 134 ◦ blue 60

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

Shades of Japanese Laurel #38863C

Tints of Japanese Laurel #38863C

RGB

 RED value IS 56 (22.27% from 255) = 22.4%

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

 BLUE value IS 60 (23.83% from 255) = 24%

R = 22.4%
G = 53.6%
B = 24%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.55

 K value IS 0.47

RGB Variations

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

Color information

#38863C (or 0x38863C) is known color: Japanese Laurel. HEX triplet: 38, 86 and 3C. RGB value is (56,134,60). Sum of RGB (Red+Green+Blue) = 56+134+60=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 134 (52.73% from 255 or 53.6% from 250); Blue value is 60 (23.83% from 255 or 24% from 250); Max value from RGB is 134 - color contains mainly: green. Hex color #38863C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38863C is #C779C3. Grayscale: #666666. Windows color (decimal): -13072836 or 3966520. OLE color: 3966520.

HSL color Cylindrical-coordinate representation of color #38863C: hue angle of 123.08º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #38863C is Cyan = 0.58, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB 56 134 60 -
CMYK 0.58 0 0.55 0.47
HSL 123.08º 0.41% 0.37% -
HSV(B) 123.08º 0.58% 0.53% -
XYZ 10.97 18.22 7.21 -
YUV 102.24 104.16 95.02 -
System Red Green Blue C M Y K H S L
Decimal 56 134 60 0.58 0 0.55 0.47 123.08 0.41 0.37
Hex 38 86 3C 3A 0 37 2F 7B 29 25
Octal 70 206 74 72 0 67 57 173 51 45
Binary 111000 10000110 111100 111010 0 110111 101111 1111011 101001 100101

Color Harmonies of #38863C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38863C

Black with #38863C

Text Example


Text Example

White with #38863C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38863C; }

 p { color: rgb(56,134,60); }

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

background-color css

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

 a { background-color: rgb(56,134,60); }

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

border-color css

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

 span { border-color: rgb(56,134,60); }

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