Html Css Color HEX #38803B Japanese Laurel

📋 copy color: '#38803B'

red 56 ◦ green 128 ◦ blue 59

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

Shades of Japanese Laurel #38803B

Tints of Japanese Laurel #38803B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 52.67%

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

R = 23.05%
G = 52.67%
B = 24.28%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.54

 K value IS 0.50

RGB Variations

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

Color information

#38803B (or 0x38803B) is known color: Japanese Laurel. HEX triplet: 38, 80 and 3B. RGB value is (56,128,59). Sum of RGB (Red+Green+Blue) = 56+128+59=243 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.05% from 243); Green value is 128 (50.39% from 255 or 52.67% from 243); Blue value is 59 (23.44% from 255 or 24.28% from 243); Max value from RGB is 128 - color contains mainly: green. Hex color #38803B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38803B is #C77FC4. Grayscale: #626262. Windows color (decimal): -13074373 or 3899448. OLE color: 3899448.

HSL color Cylindrical-coordinate representation of color #38803B: hue angle of 122.5º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #38803B is Cyan = 0.56, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.50.

Color convert

RGB 56 128 59 -
CMYK 0.56 0 0.54 0.50
HSL 122.5º 0.39% 0.36% -
HSV(B) 122.5º 0.56% 0.5% -
XYZ 10.14 16.59 6.81 -
YUV 98.61 105.65 97.61 -
System Red Green Blue C M Y K H S L
Decimal 56 128 59 0.56 0 0.54 0.50 122.5 0.39 0.36
Hex 38 80 3B 38 0 36 32 7B 27 24
Octal 70 200 73 70 0 66 62 173 47 44
Binary 111000 10000000 111011 111000 0 110110 110010 1111011 100111 100100

Color Harmonies of #38803B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38803B

Black with #38803B

Text Example


Text Example

White with #38803B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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