Html Css Color HEX #38853B Japanese Laurel

📋 copy color: '#38853B'

red 56 ◦ green 133 ◦ blue 59

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

Shades of Japanese Laurel #38853B

Tints of Japanese Laurel #38853B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 23.79%

R = 22.58%
G = 53.63%
B = 23.79%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#38853B (or 0x38853B) is known color: Japanese Laurel. HEX triplet: 38, 85 and 3B. RGB value is (56,133,59). Sum of RGB (Red+Green+Blue) = 56+133+59=248 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.58% from 248); Green value is 133 (52.34% from 255 or 53.63% from 248); Blue value is 59 (23.44% from 255 or 23.79% from 248); Max value from RGB is 133 - color contains mainly: green. Hex color #38853B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38853B is #C77AC4. Grayscale: #656565. Windows color (decimal): -13073093 or 3900728. OLE color: 3900728.

HSL color Cylindrical-coordinate representation of color #38853B: hue angle of 122.34º 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 #38853B is Cyan = 0.58, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 133 59 -
CMYK 0.58 0 0.56 0.48
HSL 122.34º 0.41% 0.37% -
HSV(B) 122.34º 0.58% 0.52% -
XYZ 10.81 17.93 7.03 -
YUV 101.54 103.99 95.52 -
System Red Green Blue C M Y K H S L
Decimal 56 133 59 0.58 0 0.56 0.48 122.34 0.41 0.37
Hex 38 85 3B 3A 0 38 30 7A 29 25
Octal 70 205 73 72 0 70 60 172 51 45
Binary 111000 10000101 111011 111010 0 111000 110000 1111010 101001 100101

Color Harmonies of #38853B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38853B

Black with #38853B

Text Example


Text Example

White with #38853B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38853B; }

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

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

background-color css

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

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

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

border-color css

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

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

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