Html Css Color HEX #388741 Japanese Laurel

📋 copy color: '#388741'

red 56 ◦ green 135 ◦ blue 65

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

Shades of Japanese Laurel #388741

Tints of Japanese Laurel #388741

RGB

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

 GREEN value IS 135 (53.13% from 255) = 52.73%

 BLUE value IS 65 (25.78% from 255) = 25.39%

R = 21.88%
G = 52.73%
B = 25.39%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#388741 (or 0x388741) is known color: Japanese Laurel. HEX triplet: 38, 87 and 41. RGB value is (56,135,65). Sum of RGB (Red+Green+Blue) = 56+135+65=256 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.88% from 256); Green value is 135 (53.12% from 255 or 52.73% from 256); Blue value is 65 (25.78% from 255 or 25.39% from 256); Max value from RGB is 135 - color contains mainly: green. Hex color #388741 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388741 is #C778BE. Grayscale: #676767. Windows color (decimal): -13072575 or 4294456. OLE color: 4294456.

HSL color Cylindrical-coordinate representation of color #388741: hue angle of 126.84º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #388741 is Cyan = 0.59, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB 56 135 65 -
CMYK 0.59 0 0.52 0.47
HSL 126.84º 0.41% 0.37% -
HSV(B) 126.84º 0.59% 0.53% -
XYZ 11.25 18.55 7.99 -
YUV 103.4 106.33 94.19 -
System Red Green Blue C M Y K H S L
Decimal 56 135 65 0.59 0 0.52 0.47 126.84 0.41 0.37
Hex 38 87 41 3B 0 34 2F 7F 29 25
Octal 70 207 101 73 0 64 57 177 51 45
Binary 111000 10000111 1000001 111011 0 110100 101111 1111111 101001 100101

Color Harmonies of #388741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388741

Black with #388741

Text Example


Text Example

White with #388741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388741; }

 p { color: rgb(56,135,65); }

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

background-color css

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

 a { background-color: rgb(56,135,65); }

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

border-color css

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

 span { border-color: rgb(56,135,65); }

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