Html Css Color HEX #38893F Japanese Laurel

📋 copy color: '#38893F'

red 56 ◦ green 137 ◦ blue 63

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

Shades of Japanese Laurel #38893F

Tints of Japanese Laurel #38893F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 53.52%

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

R = 21.88%
G = 53.52%
B = 24.61%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.54

 K value IS 0.46

RGB Variations

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

Color information

#38893F (or 0x38893F) is known color: Japanese Laurel. HEX triplet: 38, 89 and 3F. RGB value is (56,137,63). Sum of RGB (Red+Green+Blue) = 56+137+63=256 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.88% from 256); Green value is 137 (53.91% from 255 or 53.52% from 256); Blue value is 63 (25% from 255 or 24.61% from 256); Max value from RGB is 137 - color contains mainly: green. Hex color #38893F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38893F is #C776C0. Grayscale: #686868. Windows color (decimal): -13072065 or 4163896. OLE color: 4163896.

HSL color Cylindrical-coordinate representation of color #38893F: hue angle of 125.19º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #38893F is Cyan = 0.59, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.46.

Color convert

RGB 56 137 63 -
CMYK 0.59 0 0.54 0.46
HSL 125.19º 0.42% 0.38% -
HSV(B) 125.19º 0.59% 0.54% -
XYZ 11.47 19.09 7.78 -
YUV 104.35 104.66 93.52 -
System Red Green Blue C M Y K H S L
Decimal 56 137 63 0.59 0 0.54 0.46 125.19 0.42 0.38
Hex 38 89 3F 3B 0 36 2E 7D 2A 26
Octal 70 211 77 73 0 66 56 175 52 46
Binary 111000 10001001 111111 111011 0 110110 101110 1111101 101010 100110

Color Harmonies of #38893F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38893F

Black with #38893F

Text Example


Text Example

White with #38893F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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