Html Css Color HEX #38803F Japanese Laurel

📋 copy color: '#38803F'

red 56 ◦ green 128 ◦ blue 63

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

Shades of Japanese Laurel #38803F

Tints of Japanese Laurel #38803F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 51.82%

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

R = 22.67%
G = 51.82%
B = 25.51%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.51

 K value IS 0.50

RGB Variations

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

Color information

#38803F (or 0x38803F) is known color: Japanese Laurel. HEX triplet: 38, 80 and 3F. RGB value is (56,128,63). Sum of RGB (Red+Green+Blue) = 56+128+63=247 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.67% from 247); Green value is 128 (50.39% from 255 or 51.82% from 247); Blue value is 63 (25% from 255 or 25.51% from 247); Max value from RGB is 128 - color contains mainly: green. Hex color #38803F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38803F is #C77FC0. Grayscale: #636363. Windows color (decimal): -13074369 or 4161592. OLE color: 4161592.

HSL color Cylindrical-coordinate representation of color #38803F: hue angle of 125.83º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #38803F is Cyan = 0.56, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.50.

Color convert

RGB 56 128 63 -
CMYK 0.56 0 0.51 0.50
HSL 125.83º 0.39% 0.36% -
HSV(B) 125.83º 0.56% 0.5% -
XYZ 10.25 16.64 7.37 -
YUV 99.06 107.65 97.29 -
System Red Green Blue C M Y K H S L
Decimal 56 128 63 0.56 0 0.51 0.50 125.83 0.39 0.36
Hex 38 80 3F 38 0 33 32 7E 27 24
Octal 70 200 77 70 0 63 62 176 47 44
Binary 111000 10000000 111111 111000 0 110011 110010 1111110 100111 100100

Color Harmonies of #38803F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38803F

Black with #38803F

Text Example


Text Example

White with #38803F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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