Html Css Color HEX #38763C Japanese Laurel

📋 copy color: '#38763C'

red 56 ◦ green 118 ◦ blue 60

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

Shades of Japanese Laurel #38763C

Tints of Japanese Laurel #38763C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 50.43%

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

R = 23.93%
G = 50.43%
B = 25.64%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#38763C (or 0x38763C) is known color: Japanese Laurel. HEX triplet: 38, 76 and 3C. RGB value is (56,118,60). Sum of RGB (Red+Green+Blue) = 56+118+60=234 (30% of max value = 765). Red value is 56 (22.27% from 255 or 23.93% from 234); Green value is 118 (46.48% from 255 or 50.43% from 234); Blue value is 60 (23.83% from 255 or 25.64% from 234); Max value from RGB is 118 - color contains mainly: green. Hex color #38763C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38763C is #C789C3. Grayscale: #5D5D5D. Windows color (decimal): -13076932 or 3962424. OLE color: 3962424.

HSL color Cylindrical-coordinate representation of color #38763C: hue angle of 123.87º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #38763C is Cyan = 0.53, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB 56 118 60 -
CMYK 0.53 0 0.49 0.54
HSL 123.87º 0.36% 0.34% -
HSV(B) 123.87º 0.53% 0.46% -
XYZ 8.92 14.12 6.53 -
YUV 92.85 109.46 101.72 -
System Red Green Blue C M Y K H S L
Decimal 56 118 60 0.53 0 0.49 0.54 123.87 0.36 0.34
Hex 38 76 3C 35 0 31 36 7C 24 22
Octal 70 166 74 65 0 61 66 174 44 42
Binary 111000 1110110 111100 110101 0 110001 110110 1111100 100100 100010

Color Harmonies of #38763C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38763C

Black with #38763C

Text Example


Text Example

White with #38763C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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