Html Css Color HEX #38923D Japanese Laurel

📋 copy color: '#38923D'

red 56 ◦ green 146 ◦ blue 61

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

Shades of Japanese Laurel #38923D

Tints of Japanese Laurel #38923D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 55.51%

 BLUE value IS 61 (24.22% from 255) = 23.19%

R = 21.29%
G = 55.51%
B = 23.19%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.58

 K value IS 0.43

RGB Variations

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

Color information

#38923D (or 0x38923D) is known color: Japanese Laurel. HEX triplet: 38, 92 and 3D. RGB value is (56,146,61). Sum of RGB (Red+Green+Blue) = 56+146+61=263 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.29% from 263); Green value is 146 (57.42% from 255 or 55.51% from 263); Blue value is 61 (24.22% from 255 or 23.19% from 263); Max value from RGB is 146 - color contains mainly: green. Hex color #38923D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38923D is #C76DC2. Grayscale: #6D6D6D. Windows color (decimal): -13069763 or 4035128. OLE color: 4035128.

HSL color Cylindrical-coordinate representation of color #38923D: hue angle of 123.33º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #38923D is Cyan = 0.62, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.43.

Color convert

RGB 56 146 61 -
CMYK 0.62 0 0.58 0.43
HSL 123.33º 0.45% 0.4% -
HSV(B) 123.33º 0.62% 0.57% -
XYZ 12.75 21.74 7.94 -
YUV 109.4 100.68 89.91 -
System Red Green Blue C M Y K H S L
Decimal 56 146 61 0.62 0 0.58 0.43 123.33 0.45 0.4
Hex 38 92 3D 3E 0 3A 2B 7B 2D 28
Octal 70 222 75 76 0 72 53 173 55 50
Binary 111000 10010010 111101 111110 0 111010 101011 1111011 101101 101000

Color Harmonies of #38923D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38923D

Black with #38923D

Text Example


Text Example

White with #38923D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38923D; }

 p { color: rgb(56,146,61); }

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

background-color css

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

 a { background-color: rgb(56,146,61); }

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

border-color css

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

 span { border-color: rgb(56,146,61); }

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