Html Css Color HEX #388541 Japanese Laurel

📋 copy color: '#388541'

red 56 ◦ green 133 ◦ blue 65

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

Shades of Japanese Laurel #388541

Tints of Japanese Laurel #388541

RGB

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

 GREEN value IS 133 (52.34% from 255) = 52.36%

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

R = 22.05%
G = 52.36%
B = 25.59%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#388541 (or 0x388541) is known color: Japanese Laurel. HEX triplet: 38, 85 and 41. RGB value is (56,133,65). Sum of RGB (Red+Green+Blue) = 56+133+65=254 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.05% from 254); Green value is 133 (52.34% from 255 or 52.36% from 254); Blue value is 65 (25.78% from 255 or 25.59% from 254); Max value from RGB is 133 - color contains mainly: green. Hex color #388541 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388541 is #C77ABE. Grayscale: #666666. Windows color (decimal): -13073087 or 4293944. OLE color: 4293944.

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

Color convert

RGB 56 133 65 -
CMYK 0.58 0 0.51 0.48
HSL 127.01º 0.41% 0.37% -
HSV(B) 127.01º 0.58% 0.52% -
XYZ 10.97 18 7.9 -
YUV 102.23 106.99 95.03 -
System Red Green Blue C M Y K H S L
Decimal 56 133 65 0.58 0 0.51 0.48 127.01 0.41 0.37
Hex 38 85 41 3A 0 33 30 7F 29 25
Octal 70 205 101 72 0 63 60 177 51 45
Binary 111000 10000101 1000001 111010 0 110011 110000 1111111 101001 100101

Color Harmonies of #388541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388541

Black with #388541

Text Example


Text Example

White with #388541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388541; }

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

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

background-color css

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

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

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

border-color css

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

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

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