Html Css Color HEX #38773F Japanese Laurel

📋 copy color: '#38773F'

red 56 ◦ green 119 ◦ blue 63

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

Shades of Japanese Laurel #38773F

Tints of Japanese Laurel #38773F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 50%

 BLUE value IS 63 (25% from 255) = 26.47%

R = 23.53%
G = 50%
B = 26.47%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#38773F (or 0x38773F) is known color: Japanese Laurel. HEX triplet: 38, 77 and 3F. RGB value is (56,119,63). Sum of RGB (Red+Green+Blue) = 56+119+63=238 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.53% from 238); Green value is 119 (46.88% from 255 or 50% from 238); Blue value is 63 (25% from 255 or 26.47% from 238); Max value from RGB is 119 - color contains mainly: green. Hex color #38773F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38773F is #C788C0. Grayscale: #5D5D5D. Windows color (decimal): -13076673 or 4159288. OLE color: 4159288.

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

Color convert

RGB 56 119 63 -
CMYK 0.53 0 0.47 0.53
HSL 126.67º 0.36% 0.34% -
HSV(B) 126.67º 0.53% 0.47% -
XYZ 9.12 14.39 7 -
YUV 93.78 110.63 101.05 -
System Red Green Blue C M Y K H S L
Decimal 56 119 63 0.53 0 0.47 0.53 126.67 0.36 0.34
Hex 38 77 3F 35 0 2F 35 7F 24 22
Octal 70 167 77 65 0 57 65 177 44 42
Binary 111000 1110111 111111 110101 0 101111 110101 1111111 100100 100010

Color Harmonies of #38773F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38773F

Black with #38773F

Text Example


Text Example

White with #38773F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38773F; }

 p { color: rgb(56,119,63); }

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

background-color css

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

 a { background-color: rgb(56,119,63); }

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

border-color css

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

 span { border-color: rgb(56,119,63); }

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