Html Css Color HEX #38883F Japanese Laurel

📋 copy color: '#38883F'

red 56 ◦ green 136 ◦ blue 63

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

Shades of Japanese Laurel #38883F

Tints of Japanese Laurel #38883F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 53.33%

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

R = 21.96%
G = 53.33%
B = 24.71%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#38883F (or 0x38883F) is known color: Japanese Laurel. HEX triplet: 38, 88 and 3F. RGB value is (56,136,63). Sum of RGB (Red+Green+Blue) = 56+136+63=255 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.96% from 255); Green value is 136 (53.52% from 255 or 53.33% from 255); Blue value is 63 (25% from 255 or 24.71% from 255); Max value from RGB is 136 - color contains mainly: green. Hex color #38883F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38883F is #C777C0. Grayscale: #676767. Windows color (decimal): -13072321 or 4163640. OLE color: 4163640.

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

Color convert

RGB 56 136 63 -
CMYK 0.59 0 0.54 0.47
HSL 125.25º 0.42% 0.38% -
HSV(B) 125.25º 0.59% 0.53% -
XYZ 11.33 18.81 7.74 -
YUV 103.76 105 93.94 -
System Red Green Blue C M Y K H S L
Decimal 56 136 63 0.59 0 0.54 0.47 125.25 0.42 0.38
Hex 38 88 3F 3B 0 36 2F 7D 2A 26
Octal 70 210 77 73 0 66 57 175 52 46
Binary 111000 10001000 111111 111011 0 110110 101111 1111101 101010 100110

Color Harmonies of #38883F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38883F

Black with #38883F

Text Example


Text Example

White with #38883F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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