Html Css Color HEX #38651B Dell

📋 copy color: '#38651B'

red 56 ◦ green 101 ◦ blue 27

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

Shades of Dell #38651B

Tints of Dell #38651B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 54.89%

 BLUE value IS 27 (10.94% from 255) = 14.67%

R = 30.43%
G = 54.89%
B = 14.67%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.73

 K value IS 0.60

RGB Variations

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

Color information

#38651B (or 0x38651B) is known color: Dell. HEX triplet: 38, 65 and 1B. RGB value is (56,101,27). Sum of RGB (Red+Green+Blue) = 56+101+27=184 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.43% from 184); Green value is 101 (39.84% from 255 or 54.89% from 184); Blue value is 27 (10.94% from 255 or 14.67% from 184); Max value from RGB is 101 - color contains mainly: green. Hex color #38651B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38651B is #C79AE4. Grayscale: #4F4F4F. Windows color (decimal): -13081317 or 1795384. OLE color: 1795384.

HSL color Cylindrical-coordinate representation of color #38651B: hue angle of 96.49º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38651B is Cyan = 0.45, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.60.

Color convert

RGB 56 101 27 -
CMYK 0.45 0 0.73 0.60
HSL 96.49º 0.58% 0.25% -
HSV(B) 96.49º 0.73% 0.4% -
XYZ 6.48 10.23 2.67 -
YUV 79.11 98.59 111.52 -
System Red Green Blue C M Y K H S L
Decimal 56 101 27 0.45 0 0.73 0.60 96.49 0.58 0.25
Hex 38 65 1B 2D 0 49 3C 60 3A 19
Octal 70 145 33 55 0 111 74 140 72 31
Binary 111000 1100101 11011 101101 0 1001001 111100 1100000 111010 11001

Color Harmonies of #38651B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38651B

Black with #38651B

Text Example


Text Example

White with #38651B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,101,27); }

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

background-color css

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

 a { background-color: rgb(56,101,27); }

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

border-color css

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

 span { border-color: rgb(56,101,27); }

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